From: Marcel Plch Date: Fri, 7 Dec 2018 14:01:19 +0000 (+0100) Subject: Use system-auth instead of password-auth for PAM authentication (#25) X-Git-Tag: cronie-1.5.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=978a00ea7ac92852c153ebb3b2152886730ca51c;p=cronie Use system-auth instead of password-auth for PAM authentication (#25) --- diff --git a/pam/crond b/pam/crond index 91964aa..560529d 100644 --- a/pam/crond +++ b/pam/crond @@ -4,8 +4,8 @@ # # Although no PAM authentication is called, auth modules # are used for credential setting -auth include password-auth +auth include system-auth account required pam_access.so -account include password-auth +account include system-auth session required pam_loginuid.so -session include password-auth +session include system-auth