From b9658dfaf29d64bd1583a34d3ddebddb425b2bce Mon Sep 17 00:00:00 2001 From: des Date: Mon, 15 Apr 2002 03:01:32 +0000 Subject: Add PAM policy for the "passwd" service, including a sample config line for pam_passwdqc. Sponsored by: DARPA, NAI Labs --- etc/pam.d/passwd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/pam.d/passwd (limited to 'etc/pam.d/passwd') diff --git a/etc/pam.d/passwd b/etc/pam.d/passwd new file mode 100644 index 0000000..d732c42 --- /dev/null +++ b/etc/pam.d/passwd @@ -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 -- cgit v1.1