https://bugzilla.novell.com/show_bug.cgi?id=343279#c6 Ralf Haferkamp <rhafer@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|rhafer@novell.com | --- Comment #6 from Ralf Haferkamp <rhafer@novell.com> 2007-11-30 07:31:34 MST --- (In reply to comment #4 from Michael Calmer)
password requisite pam_pwcheck.so nullok cracklib password sufficient pam_unix2.so nullok use_authtok password required pam_ldap.so try_first_pass use_authtok
If pam_unix2 failed it goes to the next module(pam_ldap). pam_ldap is a very quiet module, sometimes it does not log errors.
Needinfo to the pam_ldap maintainer.
Ralf: what can we test to find out if pam_ldap is failing.
Your right pam_ldap is pretty quite when it comes to debugging but in case of failures it usually logs something to /var/log/messages: ------------------------- pam_ldap: error trying to bind as user "uid=test,ou=people,dc=ldap-test,dc=site" (Invalid credentials) ------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.