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.6 (requested by jwise in tic...
details: https://anonhg.NetBSD.org/src/rev/2c62f85e3869
branches: netbsd-3
changeset: 574932:2c62f85e3869
user: tron <tron%NetBSD.org@localhost>
date: Sat Mar 19 17:44:59 2005 +0000
description:
Pull up revision 1.6 (requested by jwise in ticket #19):
Remove ,optional accidentally committed. We are not going to do this after
all.
diffstat:
etc/pam.d/sshd | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diffs (41 lines):
diff -r a56bbb30c3cc -r 2c62f85e3869 etc/pam.d/sshd
--- a/etc/pam.d/sshd Sat Mar 19 17:38:50 2005 +0000
+++ b/etc/pam.d/sshd Sat Mar 19 17:44:59 2005 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: sshd,v 1.5 2005/03/14 23:41:49 christos Exp $
+# $NetBSD: sshd,v 1.5.2.1 2005/03/19 17:44:59 tron Exp $
#
# PAM configuration for the "sshd" service
#
# auth
-auth required pam_nologin.so no_warn
-auth sufficient,optional pam_krb5.so no_warn try_first_pass
+auth required pam_nologin.so no_warn
+auth sufficient pam_krb5.so no_warn try_first_pass
# pam_ssh has potential security risks. See pam_ssh(8).
-#auth sufficient pam_ssh.so no_warn try_first_pass
-auth required pam_unix.so no_warn try_first_pass
+#auth sufficient pam_ssh.so no_warn try_first_pass
+auth required pam_unix.so no_warn try_first_pass
# account
-account required,optional pam_krb5.so
-account required pam_login_access.so
-account required pam_unix.so
+account requiredl pam_krb5.so
+account required pam_login_access.so
+account required pam_unix.so
# session
# pam_ssh has potential security risks. See pam_ssh(8).
-#session optional pam_ssh.so
-session required pam_permit.so
+#session optional pam_ssh.so
+session required pam_permit.so
# password
-password sufficient,optional pam_krb5.so no_warn try_first_pass
-password required pam_unix.so no_warn try_first_pass
+password sufficient pam_krb5.so no_warn try_first_pass
+password required pam_unix.so no_warn try_first_pass
Home |
Main Index |
Thread Index |
Old Index