From 065ea04bd88fea07a99cd23a16fe51d92d340e2c Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 26 Mar 2002 12:52:28 +0000 Subject: Switch over to using pam_login_access(8) module in sshd(8). (Fixes static compilation. Reduces diffs to OpenSSH.) Reviewed by: bde --- etc/pam.d/sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/pam.d/sshd') diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd index 8dbb05f..9ec85e7 100644 --- a/etc/pam.d/sshd +++ b/etc/pam.d/sshd @@ -9,6 +9,7 @@ auth required pam_nologin.so no_warn auth required pam_unix.so no_warn try_first_pass # account +account required pam_login_access.so account required pam_unix.so # session -- cgit v1.1