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