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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to