> <= bdb_equality_candidates: (uid) index_param failed (18) > conn=76 op=98 SEARCH RESULT tag=101 err=0 nentries=1 text= > conn=76 op=99 SRCH base="ou=users,dc=tel,dc=uva,dc=es" scope=1 deref=3 > filter="(&(objectClass=posixAccount)(uid=dpercam))" > conn=76 op=99 SRCH attr=cn uid uidnumber gidnumber gecos description > homedirectory loginshell > <= bdb_equality_candidates: (uid) index_param failed (18) > conn=76 op=99 SEARCH RESULT tag=101 err=0 nentries=1 text= > > Does anybody know what could be the problem??? I'm desesperate! > > Thank you very much. > > Daniel Pérez > > _________________________________________________________________ > MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/ > > _______________________________________________ > zones-discuss mailing list > [email protected]
Looks like a pam issue? the server is finding the entry (nentries=1) What have you configured in /etc/pam.conf read man -s5 pam_ldap to get an idea so at a guess from your env above change <service name> auth required pam_unix_auth.so.1 to <service name> auth binding pam_unix_auth.so.1 server_policy for all lines that match and add <service name> auth required pam_ldap.so.1 once for each srvice name that you changed. Also add the line other password required pam_authtok_store.so.1 server_policy other than that not too clear what is wrong. Enda _______________________________________________ zones-discuss mailing list [email protected]
