Pam Authorization Problem

Christian Meutes christian.meutes at de.clara.net
Wed Nov 10 09:13:40 PST 2004


I recognized a strange behavior of PAM. My Plan was to do Authorization 
through pam_unix.so and pam_ldap.so
I have the following configuration for this:
---
account         required        pam_login_access.so
account         sufficient        /usr/local/lib/pam_ldap.so
account         required        pam_unix.so
---

when the user neither exist in ldap nor in /etc/passwd then the 
auhtorization is nevertheless successful... this behavior isnt what i 
expected.

i want to do authorization through pam_ldap.so and pam_unix.so



More information about the freebsd-stable mailing list