summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/other
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pam.d/other')
-rw-r--r--etc/pam.d/other12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/pam.d/other b/etc/pam.d/other
index 058a0b7..f4f758c 100644
--- a/etc/pam.d/other
+++ b/etc/pam.d/other
@@ -5,15 +5,15 @@
#
# auth
-other auth required pam_nologin.so no_warn
-#other auth required pam_opie.so no_warn
-other auth required pam_unix.so no_warn try_first_pass
+auth required pam_nologin.so no_warn
+#auth required pam_opie.so no_warn
+auth required pam_unix.so no_warn try_first_pass
# account
-other account required pam_unix.so
+account required pam_unix.so
# session
-other session required pam_unix.so
+session required pam_unix.so
# password
-other password required pam_deny.so
+password required pam_deny.so
OpenPOWER on IntegriCloud