Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 204
Line 2... Line 2...
2
# The PAM configuration file for the cron daemon
2
# The PAM configuration file for the cron daemon
3
#
3
#
4
#
4
#
5
# Although no PAM authentication is called, auth modules
5
# Although no PAM authentication is called, auth modules
6
# are used for credential setting
6
# are used for credential setting
7
auth       include    password-auth
7
auth       include    system-auth
8
account    required   pam_access.so
8
account    required   pam_access.so
9
account    include    password-auth
9
account    include    system-auth
10
session    required   pam_loginuid.so
10
session    required   pam_loginuid.so
11
session    include    password-auth
11
session    include    system-auth