summaryrefslogtreecommitdiff
path: root/pam.d/chfn
diff options
context:
space:
mode:
Diffstat (limited to 'pam.d/chfn')
-rw-r--r--pam.d/chfn10
1 files changed, 10 insertions, 0 deletions
diff --git a/pam.d/chfn b/pam.d/chfn
new file mode 100644
index 0000000..031716c
--- /dev/null
+++ b/pam.d/chfn
@@ -0,0 +1,10 @@
+#%PAM-1.0
+auth sufficient /lib/security/pam_rootok.so
+auth sufficient /lib/security/pam_ldap.so
+auth required /lib/security/pam_unix_auth.so use_first_pass
+account sufficient /lib/security/pam_ldap.so
+account required /lib/security/pam_unix_acct.so
+password required /lib/security/pam_cracklib.so
+password sufficient /lib/security/pam_ldap.so
+password required /lib/security/pam_pwdb.so use_first_pass
+session required /lib/security/pam_unix_session.so