Have installed pam_passwdqc from HP-UX Internet Express but it only seems to work for root. Can anyone help me getting it to work for regular users too?
The passwd part of 'pam.conf' is:
passwd password required pam_passwdqc.1 ask_oldauthtok max=8 min=disabled,6,6,6,6
passwd password required libpam_hpsec.so.1
passwd password required libpam_unix.so.1 use_first_pass
The only changes I have made to 'pam.conf' are to add the pam_passwdqc line and add 'use_first_pass' to libpam_unix, as per suggestion in passwdqc's readme.
The system is using the standard passwd file, not shadow nor trusted mode.