mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
the default password policy for xdm should be pam_deny, since it is
incapable of holding a meaningful conversation.
This commit is contained in:
parent
b4089f6417
commit
650b9c5eaa
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue