On 10/31/2011 4:46 PM, Craig White wrote:
Here are the ldap related packaged installed on the 6.0 box:
[root@vburntest02 ~]# rpm -qa | grep ldap openldap-2.4.19-15.el6_0.2.x86_64 pam_ldap-185-5.el6.x86_64 nss-pam-ldapd-0.7.5-3.el6.x86_64 openldap-clients-2.4.19-15.el6_0.2.x86_64 apr-util-ldap-1.3.9-3.el6.x86_64
Any idea what to check next?
I'm not a perl person so I just check from shell with: getent passwd getent group
to make sure that the LDAP Users/Groups are indeed listed... authentication clearly won't work until they do.
The same /etc/ldap.conf from CentOS 5.x should work with CentOS 6.x
On CentOS 6 getent passwd does not return a list of users, presumably because the list can be quite large. Try
$ getent passwd <username>
If your system is set up correctly you will see the entry.
Jack