1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/lib/libpam/modules
Yaroslav Tykhiy cf21ead53b In account management, verify whether the account has been locked
with `pw lock', so that it's impossible to log into a locked account
using an alternative authentication mechanism, such as an ssh key.
This change affects only accounts locked with pw(8), i.e., having a
`*LOCKED*' prefix in their password hash field, so people still can
use a different pattern to disable password authentication only.

Mention all account management criteria in the manpage.

Approved by:	maintainer (timeout)
PR:		bin/71147
MFC after:	1 month
2007-03-27 09:59:15 +00:00
..
pam_chroot
pam_deny
pam_echo
pam_exec childerr needs to be volatile so gcc won't optimize it away. 2006-11-10 23:33:25 +00:00
pam_ftpusers
pam_group
pam_guest
pam_krb5
pam_ksu
pam_lastlog
pam_login_access Bump .Dd. 2006-09-13 18:34:32 +00:00
pam_nologin
pam_opie Reject user with names that are longer than OPIE is willing to deal with; 2006-09-15 13:42:38 +00:00
pam_opieaccess
pam_passwdqc
pam_permit
pam_radius Send not only Access Request, but also Access Challenge with defined 2007-01-20 08:52:04 +00:00
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_ssh Fix build. 2006-09-30 20:33:42 +00:00
pam_tacplus
pam_unix In account management, verify whether the account has been locked 2007-03-27 09:59:15 +00:00
Makefile
Makefile.inc
modules.inc