From 1647e98b41881c9a9f85ff7f37efb1a2eceb9c1c Mon Sep 17 00:00:00 2001 From: Joshua Kugler Date: Tue, 16 Oct 2012 16:36:52 -0800 Subject: [PATCH 1/2] We use NIS on our hosts, so the users aren't local. Unless there is a security requirement requiring only local users, this might be a helpful change. --- etc/pam/mrlogin | 1 - etc/pam/mrsh | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/pam/mrlogin b/etc/pam/mrlogin index 9906294..19d4a49 100644 --- a/etc/pam/mrlogin +++ b/etc/pam/mrlogin @@ -2,7 +2,6 @@ # For root login to succeed here with pam_securetty, "mrlogin" must be # listed in /etc/securetty. auth requisite pam_nologin.so -auth required pam_localuser.so auth required pam_shells.so auth required pam_securetty.so account include system-auth diff --git a/etc/pam/mrsh b/etc/pam/mrsh index 10ba9db..ce00878 100644 --- a/etc/pam/mrsh +++ b/etc/pam/mrsh @@ -2,7 +2,6 @@ # For root login to succeed here with pam_securetty, "mrsh" must be # listed in /etc/securetty. auth requisite pam_nologin.so -auth required pam_localuser.so auth required pam_shells.so auth required pam_securetty.so account include system-auth From b9aef875c9a24ecaae4b5fe8bc755eaee469f363 Mon Sep 17 00:00:00 2001 From: Joshua Kugler Date: Tue, 16 Oct 2012 16:36:52 -0800 Subject: [PATCH 2/2] We use NIS on our hosts, so the users aren't local. Unless there is a security requirement requiring only local users, this might be a helpful change. Work funded by Intel's High Performance Data Division --- etc/pam/mrlogin | 1 - etc/pam/mrsh | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/pam/mrlogin b/etc/pam/mrlogin index 9906294..19d4a49 100644 --- a/etc/pam/mrlogin +++ b/etc/pam/mrlogin @@ -2,7 +2,6 @@ # For root login to succeed here with pam_securetty, "mrlogin" must be # listed in /etc/securetty. auth requisite pam_nologin.so -auth required pam_localuser.so auth required pam_shells.so auth required pam_securetty.so account include system-auth diff --git a/etc/pam/mrsh b/etc/pam/mrsh index 10ba9db..ce00878 100644 --- a/etc/pam/mrsh +++ b/etc/pam/mrsh @@ -2,7 +2,6 @@ # For root login to succeed here with pam_securetty, "mrsh" must be # listed in /etc/securetty. auth requisite pam_nologin.so -auth required pam_localuser.so auth required pam_shells.so auth required pam_securetty.so account include system-auth