[Midnightbsd-cvs] CVS Commit: sshd: Fix sshd issue with nologin.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 18 04:00:38 EDT 2007


Log Message:
-----------
Fix sshd issue with nologin.

Modified Files:
--------------
    src/etc/pam.d:
        sshd (r1.2 -> r1.3)

-------------- next part --------------
Index: sshd
===================================================================
RCS file: /home/cvs/src/etc/pam.d/sshd,v
retrieving revision 1.2
retrieving revision 1.3
diff -Letc/pam.d/sshd -Letc/pam.d/sshd -u -r1.2 -r1.3
--- etc/pam.d/sshd
+++ etc/pam.d/sshd
@@ -5,7 +5,6 @@
 #
 
 # auth
-auth		required	pam_nologin.so		no_warn
 auth		sufficient	pam_opie.so		no_warn no_fake_prompts
 auth		requisite	pam_opieaccess.so	no_warn allow_local
 #auth		sufficient	pam_krb5.so		no_warn try_first_pass
@@ -13,6 +12,7 @@
 auth		required	pam_unix.so		no_warn try_first_pass
 
 # account
+account		required	pam_nologin.so
 #account 	required	pam_krb5.so
 account		required	pam_login_access.so
 account		required	pam_unix.so


More information about the Midnightbsd-cvs mailing list