search for: pam_prohibit

Displaying 2 results from an estimated 2 matches for "pam_prohibit".

2007 Apr 09
1
PAM question
I get the errmsg: auth|security:err|error dovecot-auth PAM: load_modules: can not open module /usr/lib/security/pam_prohibit That file is 444 root:security What is wrong here? Also, I'm using plain UINX authentication, but PAM keeps trying to run. How do I turn it off? I'll probably eventually want to use PAM; how do I get it to look in /etc/pam.conf instead /etc/pam.d...or will it find it automatically? -...
2007 Apr 17
0
PAM on AIX - resolved
I previously asked about this problem with pam on IBM's AIX Unix > I get the errmsg: > auth|security:err|error dovecot-auth PAM: load_modules: can not open > module /usr/lib/security/pam_prohibit FWIW, it turned out that the default PAM libraries are 32 bit, while I had compiled DC at 64bit. The /etc/pam.conf lines come standard like this: telnet auth required /usr/lib/security/pam_aix To get 64 bit, you can either change the line like this: dovecot auth required /usr/lib/...