summaryrefslogtreecommitdiff
path: root/repo/system/shadow/chpasswd.pamd
blob: 81afbeea74fe6fe2f329c17a8ff6c2c535c92344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Begin /etc/pam.d/newusers

# 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/newusers