How to configure Ezeelogin to authenticate using Open_Ldap(Pam-Ldap) in ubuntu?
Integration of Open-LDAP (PAM-LDAP) in Ubuntu
1. Login to Web-GUI > open settings > Ldap
Add the details in LDAP setting page.Check the following video to fill and configure Pam-LDAP
Add the details of LDAP configurations
2 Under settings > general settings > Authentication > change Webpanel authentication to ldap & Check PAM Authetication
3. Select the LDAP users and import to ezeelogin
you can confirm the imported LDAP users were listed in Users
Now you can login to ezeelogin with ldap user in ezeelogin GUI
ln -s /etc/ldap /etc/openldap
root@tech2:~# cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat ldap
group: compat ldap
shadow: compat ldap
hosts: files mdns4_minimal [NOTFOUND=return] dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
Ensure the login shell of ldap user is /usr/local/bin/ezsh
Run an ldapsearch to check the values returned from your AD server as follows. This is used for troubleshooting.