diff options
-rw-r--r-- | etc/pam.d/Makefile | 1 | ||||
-rw-r--r-- | etc/pam.d/passwd | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 827cfbb..310aecd 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -10,6 +10,7 @@ PAMD += imap PAMD += kde PAMD += login PAMD += other +PAMD += passwd PAMD += pop3 PAMD += rsh PAMD += sshd 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 |