summaryrefslogtreecommitdiff
path: root/factory/etc/pam.d/other
diff options
context:
space:
mode:
Diffstat (limited to 'factory/etc/pam.d/other')
-rw-r--r--factory/etc/pam.d/other15
1 files changed, 4 insertions, 11 deletions
diff --git a/factory/etc/pam.d/other b/factory/etc/pam.d/other
index 5b1a81f599..c1f729659c 100644
--- a/factory/etc/pam.d/other
+++ b/factory/etc/pam.d/other
@@ -1,13 +1,6 @@
# This file is part of systemd.
-auth sufficient pam_unix.so nullok try_first_pass
-
-account required pam_nologin.so
-account sufficient pam_unix.so
-
-password sufficient pam_unix.so nullok sha512 shadow try_first_pass try_authtok
-
--session optional pam_loginuid.so
--session optional pam_systemd.so
-session required pam_limits.so
-session sufficient pam_unix.so
+auth include system-auth
+account include system-auth
+password include system-auth
+session include system-auth