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:
Dag-Erling Smørgrav 2002-04-15 03:01:32 +00:00
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

View File

@ -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
View 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