Hello,

I am trying to add authentication to a folder, and have the authentication be against system user accounts.

I've tried using mod_authnz_pam, and have it partly working in that I get prompted for a user/pass, but authentication fails, with the errors below.

mod_authnz_pam: PAM authentication failed for user <username>: System error
user <username>: authentication failure for "/": Password Mismatch

I'm using the below lines in /etc/pam.d/

auth    required   pam_unix.so
account required   pam_unix.so

Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to