Hi!
I can make ldap authentication to work using LDAPS in CentOS 6. On CentOS 5, I just simply set tls_cheekpeer no to /etc/ldap.conf and it works!
I tried all /etc/nslcd.conf /etc/pam_ldap.conf /etc/openldap/ldap.conf
It 's really confusing on CentOS 6. Why so many files????
CentOS 5 LDAPTLS_REQCERT=never ldapsearch -x -H ldaps://xxxx (works!)
CentOS 6 LDAPTLS_REQCERT=never ldapsearch -x -H ldaps://xxxx (Can 't connect to LDAP Server ...)
I 've been reading that there is a bug but I 'm not understanding if there is a workaround for this ...
Any ideas????