]> granicus.if.org Git - cronie/commitdiff
Use system-auth instead of password-auth for PAM authentication (#25)
authorMarcel Plch <mplch@redhat.com>
Fri, 7 Dec 2018 14:01:19 +0000 (15:01 +0100)
committerTomáš Mráz <t8m@users.noreply.github.com>
Fri, 7 Dec 2018 14:01:19 +0000 (15:01 +0100)
pam/crond

index 91964aa8e943026fc5c2158f3410fc9d9c47b0a6..560529dafa9f81a45c8846120cea64e47fba63ea 100644 (file)
--- 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