]> granicus.if.org Git - cronie/commitdiff
Use password-auth common PAM configuration.
authorTomas Mraz <t8m@centrum.cz>
Wed, 16 Sep 2009 09:52:00 +0000 (11:52 +0200)
committerTomas Mraz <t8m@centrum.cz>
Wed, 16 Sep 2009 09:52:00 +0000 (11:52 +0200)
pam/crond

index 41c06f971184b19f6ed7de65dff8e94407163947..2e3ac5fc22004e0eac192ceb1dac4f31ddeadf6a 100644 (file)
--- a/pam/crond
+++ b/pam/crond
@@ -2,10 +2,8 @@
 # The PAM configuration file for the cron daemon
 #
 #
-auth      sufficient pam_rootok.so
-auth       required   pam_env.so
-auth       include    system-auth
+# No PAM authentication called, auth modules not needed
 account    required   pam_access.so
-account    include    system-auth
+account    include    password-auth
 session    required   pam_loginuid.so
-session    include    system-auth
+session    include    password-auth