You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
2 years ago
|
#%PAM-1.0
|
||
|
|
||
|
# Load environment from /etc/environment and ~/.pam_environment
|
||
|
session required pam_env.so readenv=1
|
||
|
session required pam_env.so readenv=1 envfile=/etc/default/locale
|
||
|
|
||
|
# Always let the greeter start without authentication
|
||
|
auth required pam_permit.so
|
||
|
|
||
|
# No action required for account management
|
||
|
account required pam_permit.so
|
||
|
|
||
|
# Can't change password
|
||
|
password required pam_deny.so
|
||
|
|
||
|
# Setup session
|
||
|
session required pam_unix.so
|
||
|
session optional pam_systemd.so
|