Source-Changes-HG archive

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

[src/netbsd-3]: src/etc/pam.d Pull up revision 1.7 (requested by jwise in tic...



details:   https://anonhg.NetBSD.org/src/rev/5dc023a2f3f2
branches:  netbsd-3
changeset: 574933:5dc023a2f3f2
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Mar 19 17:45:49 2005 +0000

description:
Pull up revision 1.7 (requested by jwise in ticket #19):
remove stray l.

diffstat:

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

diffs (18 lines):

diff -r 2c62f85e3869 -r 5dc023a2f3f2 etc/pam.d/sshd
--- a/etc/pam.d/sshd    Sat Mar 19 17:44:59 2005 +0000
+++ b/etc/pam.d/sshd    Sat Mar 19 17:45:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sshd,v 1.5.2.1 2005/03/19 17:44:59 tron Exp $
+# $NetBSD: sshd,v 1.5.2.2 2005/03/19 17:45:49 tron Exp $
 #
 # PAM configuration for the "sshd" service
 #
@@ -11,7 +11,7 @@
 auth           required        pam_unix.so     no_warn try_first_pass
 
 # account
-account                requiredl       pam_krb5.so
+account                required        pam_krb5.so
 account                required        pam_login_access.so
 account                required        pam_unix.so
 



Home | Main Index | Thread Index | Old Index