On Wed, 15 Oct 2003 23:41:45 +0200 "Janus N." Tøndering <janus@xxxxxxxxxx> wrote: > Hi, > > I've been trying to install the passwdqc module from Solar Designer and > configure it with pam. I have big troubles though: it does not update > the password to the newly entered one. Nothing shows up in logfiles. > > $ cat /etc/pam.d/passwd > auth required pam_stack.so service=system-auth > account required pam_stack.so service=system-auth > password required /lib/security/pam_passwdqc.so ask_oldauthtok=update > check_oldauthtok > Hi Janus, Try using the following lines along with the one you showed. pam_passwdqc does not update the password itself but relies on pam_unix to do so: password required pam_passwdqc.so ask_oldauthtok=update check_oldauthtok password sufficient pam_unix.so use_first_pass md5 shadow password required pam_deny.so Good Luck, Sean -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list