Hi all,
On a C6 box, when I want to enable LDAP authentication, I issue:
# yum -y install nss-pam-ldapd pam_ldap nscd # authconfig --enableldap --enableldapauth --enablemkhomedir \ --ldapserver=ldap://ldap-blabla/ \ --ldapbasedn="blabla" \ --enablecache --disablefingerprint \ --kickstart --update
All is working fine, the directory structure is fine and compliant.
What about C7?
As far as I read, - there is a switch to "sssd" - I found 1 link: http://www.certdepot.net/ldap-client-configuration-authconfig/
Is there something in particular I should pay attention for? Note that I have only GUI-less servers.
Thank you.