1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

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:
Yaroslav Tykhiy 2007-06-15 11:33:13 +00:00
parent 2422857757
commit b1cf245735
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170771
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