Locked out and expired accounts shouldn't be accessible via remote

mailbox protocols.  Add pam_unix to the `account' function class, too,
for imap and pop3 to actually implement this policy.
This commit is contained in:
yar 2007-06-15 11:33:13 +00:00
parent 867bb09937
commit 720e13085b
2 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,4 @@ auth required pam_unix.so no_warn try_first_pass
# account
#account required pam_nologin.so
account required pam_unix.so

View File

@ -11,3 +11,4 @@ auth required pam_unix.so no_warn try_first_pass
# account
#account required pam_nologin.so
account required pam_unix.so