summaryrefslogtreecommitdiff
path: root/root/etc/pam.d
diff options
context:
space:
mode:
Diffstat (limited to 'root/etc/pam.d')
-rw-r--r--root/etc/pam.d/sshd5
-rw-r--r--root/etc/pam.d/system-auth5
2 files changed, 0 insertions, 10 deletions
diff --git a/root/etc/pam.d/sshd b/root/etc/pam.d/sshd
deleted file mode 100644
index 6d1ea17..0000000
--- a/root/etc/pam.d/sshd
+++ /dev/null
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth include system-auth
-account include system-auth
-password include system-auth
-session include system-auth
diff --git a/root/etc/pam.d/system-auth b/root/etc/pam.d/system-auth
deleted file mode 100644
index f0804c3..0000000
--- a/root/etc/pam.d/system-auth
+++ /dev/null
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth required pam_unix.so nullok
-account required pam_unix.so
-password required pam_unix.so nullok shadow
-session required pam_unix.so