mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add PAM policy for the "passwd" service, including a sample config line
for pam_passwdqc. Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
7b733689a3
commit
a64210378b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94718
2 changed files with 12 additions and 0 deletions
|
@ -10,6 +10,7 @@ PAMD += imap
|
|||
PAMD += kde
|
||||
PAMD += login
|
||||
PAMD += other
|
||||
PAMD += passwd
|
||||
PAMD += pop3
|
||||
PAMD += rsh
|
||||
PAMD += sshd
|
||||
|
|
11
etc/pam.d/passwd
Normal file
11
etc/pam.d/passwd
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PAM configuration for the "passwd" service
|
||||
#
|
||||
|
||||
# passwd(1) does not use the auth, account or session services.
|
||||
|
||||
# password
|
||||
#password requisite pam_passwdqc.so enforce=users
|
||||
password required pam_unix.so no_warn try_first_pass
|
Loading…
Reference in a new issue