mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
# Begin /etc/pam.d/chage
|
|
|
|
# always allow root
|
|
auth sufficient pam_rootok.so
|
|
|
|
# include system defaults for auth account and session
|
|
auth include system-auth
|
|
account include system-account
|
|
session include system-session
|
|
|
|
# Always permit for authentication updates
|
|
password required pam_permit.so
|
|
|
|
# End /etc/pam.d/chage
|