projects
/
cronie
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baac04f
)
Fix misleading comment in pam configuration file.
author
Tomas Mraz
<tmraz@fedoraproject.org>
Fri, 10 Jun 2016 07:56:03 +0000
(09:56 +0200)
committer
Tomas Mraz
<tmraz@fedoraproject.org>
Fri, 10 Jun 2016 07:56:03 +0000
(09:56 +0200)
pam/crond
patch
|
blob
|
history
diff --git
a/pam/crond
b/pam/crond
index 37a69068d3b0525e801cd1c6dae2d48132bfe7ab..91964aa8e943026fc5c2158f3410fc9d9c47b0a6 100644
(file)
--- a/
pam/crond
+++ b/
pam/crond
@@
-2,9
+2,10
@@
# The PAM configuration file for the cron daemon
#
#
-# No PAM authentication called, auth modules not needed
+# Although no PAM authentication is called, auth modules
+# are used for credential setting
+auth include password-auth
account required pam_access.so
account include password-auth
session required pam_loginuid.so
session include password-auth
-auth include password-auth