Source-Changes-HG archive

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

[src/trunk]: src/etc/pam.d pam_self is "required" not just sufficient to auth...



details:   https://anonhg.NetBSD.org/src/rev/2acbaf8c28d1
branches:  trunk
changeset: 579587:2acbaf8c28d1
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 18 15:15:25 2005 +0000

description:
pam_self is "required" not just sufficient to authorize the Xserver.

diffstat:

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

diffs (16 lines):

diff -r e775d43ccc6e -r 2acbaf8c28d1 etc/pam.d/xserver
--- a/etc/pam.d/xserver Fri Mar 18 14:30:08 2005 +0000
+++ b/etc/pam.d/xserver Fri Mar 18 15:15:25 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: xserver,v 1.2 2005/03/03 04:21:51 christos Exp $
+# $NetBSD: xserver,v 1.3 2005/03/18 15:15:25 christos Exp $
 #
 # PAM configuration for the "X Windows Server"
 #
 
 # auth
-auth           sufficient      pam_self.so
+auth           required        pam_self.so
 
 # account
 account                include         system



Home | Main Index | Thread Index | Old Index