Re: [CentOS] NSS ldap problems

2012-03-11 Thread Mark LaPierre
On 03/11/2012 02:34 PM, Kristen Eisenberg wrote: > One difference I ran into with samba authentication is in cent 5 > /etc/pam.d/system-auth-ac is the file to change but in cent 6 its > /etc/pam.d/password-auth-ac. I found that changes I made only to > system-auth-ac in 5 had to be made to both sy

[CentOS] NSS ldap problems

2012-03-11 Thread Kristen Eisenberg
One difference I ran into with samba authentication is in cent 5 /etc/pam.d/system-auth-ac is the file to change but in cent 6 its /etc/pam.d/password-auth-ac. I found that changes I made only to system-auth-ac in 5 had to be made to both system-auth-ac and password-auth-ac in 6. This was to have

Re: [CentOS] NSS ldap problems [SOLVED]

2011-11-01 Thread Mitch Patenaude
Thanks to everybody for their suggestions, and for the pointer to getent, which was a gap in my sysadmin toolchest. I figured out the problem. The problem was that nslcd wasn't starting properly because the nslcd user didn't exist. We're using the same base passwd file for both centos5 and ce

Re: [CentOS] NSS ldap problems

2011-11-01 Thread Paul Heinlein
On Mon, 31 Oct 2011, Mitch Patenaude wrote: > I'm having trouble setting up ldap based authenication. > > I have a virtual (KVM) CentOS 5.4 box set up to authenticate to a > 389 (fedora) directory server, and that works fine. > > However, I set up a virtual box running CentOS 6, and I can't get i

Re: [CentOS] NSS ldap problems

2011-11-01 Thread John Hodrien
On Tue, 1 Nov 2011, Trey Dockendorf wrote: > One difference I ran into with samba authentication is in cent 5 > /etc/pam.d/system-auth-ac is the file to change but in cent 6 its > /etc/pam.d/password-auth-ac. I found that changes I made only to > system-auth-ac in 5 had to be made to both system-

Re: [CentOS] NSS ldap problems

2011-10-31 Thread Trey Dockendorf
One difference I ran into with samba authentication is in cent 5 /etc/pam.d/system-auth-ac is the file to change but in cent 6 its /etc/pam.d/password-auth-ac. I found that changes I made only to system-auth-ac in 5 had to be made to both system-auth-ac and password-auth-ac in 6. This was to have

Re: [CentOS] NSS ldap problems

2011-10-31 Thread Jack Bailey
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.e

Re: [CentOS] NSS ldap problems

2011-10-31 Thread Craig White
On Oct 31, 2011, at 3:10 PM, Mitch Patenaude wrote: > I'm having trouble setting up ldap based authenication. > > I have a virtual (KVM) CentOS 5.4 box set up to authenticate to a 389 > (fedora) directory server, and that works fine. > > However, I set up a virtual box running CentOS 6, and I

[CentOS] NSS ldap problems

2011-10-31 Thread Mitch Patenaude
I'm having trouble setting up ldap based authenication. I have a virtual (KVM) CentOS 5.4 box set up to authenticate to a 389 (fedora) directory server, and that works fine. However, I set up a virtual box running CentOS 6, and I can't get it to authenicate. I've run authconfig with the approp