diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
commit | 48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch) | |
tree | 00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/system/shadow/newusers.pamd | |
parent | 871b2b573f01c1b3176a0f65458b3d281b41c437 (diff) |
removed idea of repos
Diffstat (limited to 'repo/system/shadow/newusers.pamd')
-rw-r--r-- | repo/system/shadow/newusers.pamd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/system/shadow/newusers.pamd b/repo/system/shadow/newusers.pamd deleted file mode 100644 index 57f5cfa..0000000 --- a/repo/system/shadow/newusers.pamd +++ /dev/null @@ -1,12 +0,0 @@ -# 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 - |