]> git.pld-linux.org Git - packages/shadow.git/blobdiff - chfn.pamd
- remove login and su files we don't package here (provided by util-linux)
[packages/shadow.git] / chfn.pamd
index b8ed8e315aa1503b9291b9c47da59a501b68e3fb..0aa09c4dc9be568a5f7dbcbe7ec60ff2d7541cc0 100644 (file)
--- a/chfn.pamd
+++ b/chfn.pamd
@@ -1,10 +1,6 @@
 #%PAM-1.0
-auth required /lib/security/pam_listfile.so item=user sense=allow file=/etc/security/chfn onerr=fail
-auth       sufficient   /lib/security/pam_rootok.so
-auth       required    /lib/security/pam_pwdb.so md5 shadow 
-account    required    /lib/security/pam_pwdb.so
-password   required    /lib/security/pam_cracklib.so
-password   required    /lib/security/pam_pwdb.so md5 shadow use_authtok
-session    required    /lib/security/pam_pwdb.so
-
-
+auth           sufficient      pam_rootok.so
+auth           required        pam_listfile.so item=user sense=allow file=/etc/security/chfn.allow onerr=fail
+auth           include         system-auth
+account                include         system-auth
+password       include         system-auth
This page took 0.032208 seconds and 4 git commands to generate.