the default password policy for xdm should be pam_deny, since it is

incapable of holding a meaningful conversation.
This commit is contained in:
des 2004-02-20 21:59:51 +00:00
parent e6709df8ed
commit ef2b0ca1b6

View File

@ -17,3 +17,6 @@ account required pam_unix.so
# session
#session required pam_ssh.so want_agent
session required pam_permit.so
# password
password required pam_deny.so