From 341beea7b903e9ef8ceb2e3b42557bbd8ca94fd1 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 5 Dec 2001 21:26:00 +0000 Subject: Awright, egg on my face. I should have taken more time with this. The conversion script generated the wrong format, so the configuration files didn't actually work. Good thing I hadn't thrown the switch yet... Sponsored by: DARPA, NAI Labs (but the f***ups are all mine) --- etc/pam.d/sshd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/pam.d/sshd') diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd index f28ff87..8dbb05f 100644 --- a/etc/pam.d/sshd +++ b/etc/pam.d/sshd @@ -5,14 +5,14 @@ # # auth -sshd auth required pam_nologin.so no_warn -sshd auth required pam_unix.so no_warn try_first_pass +auth required pam_nologin.so no_warn +auth required pam_unix.so no_warn try_first_pass # account -sshd account required pam_unix.so +account required pam_unix.so # session -sshd session required pam_permit.so +session required pam_permit.so # password -sshd password required pam_permit.so +password required pam_permit.so -- cgit v1.1