Sorry about the subject. I think I hit paste by accident.
Hello all,I have an LDAP server that I can use for authentication. On this server I can authenticate as these users locally and ldapsearch them, whatever. On any of the LDAP clients, however, I can see them using an ldapsearch, but an id or su will return no such user.Example:root@garion:~# ldapsearch -x uid=connor# extended LDIF## LDAPv3# base <dc=muncc,dc=loc> (default) with scope subtree# filter: uid=connor# requesting: ALL## connor, People, muncc.locdn: uid=connor,ou=People,dc=muncc,dc=locuid: connorcn: connorobjectClass: accountobjectClass: posixAccountobjectClass: topobjectClass: shadowAccountshadowMax: 99999shadowWarning: 7loginShell: /bin/bashuidNumber: 1002gidNumber: 100gecos: connor,,,homeDirectory: /shared/home/connor# search resultsearch: 2result: 0 Success# numResponses: 2# numEntries: 1root@garion:~# id connorid: connor: No such userNow, I'm pretty sure that this must be an NSS or PAM problem, but the files on the clients and the server seem to be configured the same. I can't seem to pinpoint exactly what is wrong. Any suggestions?Thanks in advance.
--Cole Gleason----------------------Student, Marmion AcademyEmail: cg@colegleason.comWebsite: colegleason.com