shadow/chpasswd
2024-04-29 19:28:48 +08:00

12 lines
265 B
Plaintext

# Begin /etc/pam.d/chpasswd
# always allow root
auth sufficient pam_rootok.so
# include system auth and account settings
auth include system-auth
account include system-account
password include system-password
# End /etc/pam.d/chpasswd