mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
252 B
Text
11 lines
252 B
Text
#
|
|
# $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 nullok
|