From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/shadow/chpasswd.pamd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/shadow/chpasswd.pamd (limited to 'repo/shadow/chpasswd.pamd') diff --git a/repo/shadow/chpasswd.pamd b/repo/shadow/chpasswd.pamd new file mode 100644 index 0000000..81afbee --- /dev/null +++ b/repo/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 + -- cgit v1.2.1