diff options
Diffstat (limited to 'repo/system/shadow/chpasswd.pamd')
-rw-r--r-- | repo/system/shadow/chpasswd.pamd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repo/system/shadow/chpasswd.pamd b/repo/system/shadow/chpasswd.pamd new file mode 100644 index 0000000..81afbee --- /dev/null +++ b/repo/system/shadow/chpasswd.pamd @@ -0,0 +1,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 + |