Displaying 2 results from an estimated 2 matches for "pam_sag".
Did you mean:
pam_cas
2007 Mar 28
1
PAM auth problem
Pam auth don't work when I add pam_group:
gw# id test2
uid=10001(test2) gid=11111(adusers) groups=11111(adusers),
10000(group1), 10001(group2), 10002(test10)
gw# getent passwd test2
test2:*:10001:11111:Our AD-Unix Test Account:/home/test2:/bin/sh
gw# cat /etc/pam.d/dovecot
auth required pam_group.so group=adusers
auth required pam_krb5.so
2013 May 12
2
Looking for a good way to manage passwords for CRAM-MD5
I prefer not to use clear text passwords, even over an encrypted
connection. With IMAP, the only such mechanism with widespread client
support is CRAM-MD5 (please correct my if I'm wrong... I'd love to be
corrected here...).
On the dovecot 2 wiki, the only way I've found to implement CRAM-MD5
support, is to use a passwd-like file:
http://wiki2.dovecot.org/HowTo/CRAM-MD5
I am