pam: Let pam.d/cron include common-account.
[matthijs/servers/drsnuggles.git] / etc / pam.d / cron
1 #
2 # The PAM configuration file for the cron daemon
3 #
4
5 # cron uses pam_set_cred so it needs a working auth section. It does not do
6 # any other real authentication.
7 auth          sufficient          pam_unix.so
8
9 @include      common-auth
10
11 @include      common-account
12
13 @include      common-session
14
15 # Sets up user limits, please define limits for cron tasks
16 # through /etc/security/limits.conf
17 session    required   pam_limits.so