URL: https://github.com/SSSD/sssd/pull/942 Author: Jakuje Title: #942: Allow smart card authentication in polkit Action: opened
PR body: """ Resolves: Pagure#4115 """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/942/head:pr942 git checkout pr942
From c875e00a31b406ffe1b4e7eef2b6b3d0c2875742 Mon Sep 17 00:00:00 2001 From: Jakub Jelen <[email protected]> Date: Tue, 19 Nov 2019 16:52:10 +0100 Subject: [PATCH] Allow smart card authentication in polkit Resolves: Pagure#4115 Signed-off-by: Jakub Jelen <[email protected]> --- src/responder/pam/pamsrv_p11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responder/pam/pamsrv_p11.c b/src/responder/pam/pamsrv_p11.c index f46e6bff87..0dc53a826d 100644 --- a/src/responder/pam/pamsrv_p11.c +++ b/src/responder/pam/pamsrv_p11.c @@ -278,7 +278,7 @@ static errno_t get_sc_services(TALLOC_CTX *mem_ctx, struct pam_ctx *pctx, const char *default_sc_services[] = { "login", "su", "su-l", "gdm-smartcard", "gdm-password", "kdm", "sudo", - "sudo-i", "gnome-screensaver", NULL, + "sudo-i", "gnome-screensaver", "polkit-1", NULL, }; const int default_sc_services_size = sizeof(default_sc_services) / sizeof(default_sc_services[0]);
_______________________________________________ sssd-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
