Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/pam.d PR/29891: Arto Selonen: su(1) does not seem to hon...



details:   https://anonhg.NetBSD.org/src/rev/9a4b93a733af
branches:  trunk
changeset: 580031:9a4b93a733af
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 05 18:23:36 2005 +0000

description:
PR/29891: Arto Selonen: su(1) does not seem to honor SU_ROOTAUTH any more
Move the rootauth group line before the wheel check, so that rootauth users
are not required to be in wheel [still commented out]

diffstat:

 etc/pam.d/su |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 77f7da5141a1 -r 9a4b93a733af etc/pam.d/su
--- a/etc/pam.d/su      Tue Apr 05 16:47:51 2005 +0000
+++ b/etc/pam.d/su      Tue Apr 05 18:23:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: su,v 1.5 2005/03/01 16:28:46 christos Exp $
+# $NetBSD: su,v 1.6 2005/04/05 18:23:36 christos Exp $
 #
 # PAM configuration for the "su" service
 #
@@ -7,8 +7,8 @@
 auth           sufficient      pam_rootok.so           no_warn
 auth           sufficient      pam_self.so             no_warn
 auth           sufficient      pam_ksu.so              no_warn try_first_pass
+#auth          sufficient      pam_group.so            no_warn group=rootauth root_only authenticate
 auth           requisite       pam_group.so            no_warn group=wheel root_only fail_safe
-#auth          sufficient      pam_group.so            no_warn group=rootauth root_only fail_safe authenticate
 auth           required        pam_unix.so             no_warn try_first_pass nullok
 
 # account



Home | Main Index | Thread Index | Old Index