- bnc#662433 again:

added quiet option to pam config, in order to avoid logging,
  when /etc/cron.allow is missing

OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=74
This commit is contained in:
Vítězslav Čížek 2011-02-24 12:57:43 +00:00 committed by Git OBS Bridge
parent e17f93f195
commit f48dc98dda
2 changed files with 8 additions and 1 deletions

View File

@ -12,7 +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
+account sufficient pam_listfile.so item=user sense=allow file=/etc/cron.allow onerr=succeed quiet
+auth include common-auth
+account include common-account
+password include common-password

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 24 12:33:31 UTC 2011 - vcizek@novell.com
- bnc#662433 again:
added quiet option to pam config, in order to avoid logging,
when /etc/cron.allow is missing
-------------------------------------------------------------------
Thu Jan 6 15:25:44 UTC 2011 - vcizek@novell.com