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, 10 insertions, 0 deletions
diff --git a/root/etc/pam.d/sshd b/root/etc/pam.d/sshd
new file mode 100644
index 0000000..6d1ea17
--- /dev/null
+++ b/root/etc/pam.d/sshd
@@ -0,0 +1,5 @@
+#%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
new file mode 100644
index 0000000..f0804c3
--- /dev/null
+++ b/root/etc/pam.d/system-auth
@@ -0,0 +1,5 @@
+#%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