then it must be pam (not in /etc/login.defs, not in /etc/default/useradd)

then it must be pam (not in /etc/login.defs, not in /etc/default/useradd)

Post by gaius.petroni » Tue, 29 Jan 2002 10:47:37



i can set the min passwd len to n in the /etc/login.defs file, but
which one of these 'pam' modules will help me ensure that at least 2
bytes are 0-9 and at least one byte contains a non alphanumeric like

and thanks in advance TIA

#%PAM-1.0
auth       required     /lib/security/pam_securetty.so
auth       required     /lib/security/pam_stack.so service=system-auth
auth       required     /lib/security/pam_nologin.so
account    required     /lib/security/pam_stack.so service=system-auth
password   required     /lib/security/pam_stack.so service=system-auth
session    required     /lib/security/pam_stack.so service=system-auth
session    optional     /lib/security/pam_console.so