
RHEL6 as LDAP client with ldap authentication
Edit the file /etc/openldap/ldap.conf URI ldap://$FQDN_OF_SERVER/ (has to be the same fqdn as in the certificate) BASE dc=mydomain,dc=com TLS_CACERTDIR /etc/openldap/cacerts now edit the /etc/nsswitch.conf file to tell linux where to get the login information from: passwd: files sss ldap shadow: files sss ldap group: files sss ldap After that run the command authconfig-gtk Select: User…