diff --git a/cronie-pam_config.diff b/cronie-pam_config.diff index 33a1bbe..89d8b11 100644 --- a/cronie-pam_config.diff +++ b/cronie-pam_config.diff @@ -1,4 +1,3 @@ -w Index: cronie-1.4.4/pam/crond =================================================================== --- cronie-1.4.4.orig/pam/crond @@ -13,6 +12,7 @@ Index: cronie-1.4.4/pam/crond -session include password-auth -auth include password-auth +auth sufficient pam_rootok.so ++account sufficient pam_listfile.so item=user sense=allow file=/etc/cron.allow onerr=succeed +auth include common-auth +account include common-account +password include common-password diff --git a/cronie.changes b/cronie.changes index 1988b7e..09fb221 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 6 15:25:44 UTC 2011 - vcizek@novell.com + +- fix for bnc#662433 : + Accounts with disabled user login, but listed in /etc/cron.allow + were unable to run cron jobs + ------------------------------------------------------------------- Fri Dec 10 12:46:12 UTC 2010 - aj@suse.de