Source-Changes-HG archive

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

[src/trunk]: src/etc/pam.d Set the pam_nologin call to keep our current behav...



details:   https://anonhg.NetBSD.org/src/rev/287eaf1c66e3
branches:  trunk
changeset: 573234:287eaf1c66e3
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Jan 23 09:48:38 2005 +0000

description:
Set the pam_nologin call to keep our current behavior: login is refused
after password is given.

diffstat:

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

diffs (19 lines):

diff -r ccf695333744 -r 287eaf1c66e3 etc/pam.d/login
--- a/etc/pam.d/login   Sun Jan 23 09:47:43 2005 +0000
+++ b/etc/pam.d/login   Sun Jan 23 09:48:38 2005 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: login,v 1.2 2004/12/12 08:54:34 christos Exp $
+# $NetBSD: login,v 1.3 2005/01/23 09:48:38 manu Exp $
 # $FreeBSD: src/etc/pam.d/login,v 1.16 2003/06/14 12:35:05 des Exp $
 #
 # PAM configuration for the "login" service
 #
 
 # auth
-auth           required        pam_nologin.so          no_warn
 auth           sufficient      pam_self.so             no_warn
 auth           include         system
+auth           required        pam_nologin.so          no_warn
 
 # account
 account                requisite       pam_securetty.so



Home | Main Index | Thread Index | Old Index