387014f928
required for building freeipa-4.5.x in rawhide
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From 82843754193b177275ce16f2901edac2060a3998 Mon Sep 17 00:00:00 2001
|
|
From: Sumit Bose <sbose@redhat.com>
|
|
Date: Fri, 24 Mar 2017 15:41:37 +0100
|
|
Subject: [PATCH 63/97] IPA: enable AD user lookup by certificate
|
|
|
|
Without this the lookup by certificate for AD users on an IPA client
|
|
will just error out.
|
|
|
|
Related to https://pagure.io/SSSD/sssd/issue/3050
|
|
|
|
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
|
|
---
|
|
src/providers/ipa/ipa_subdomains_id.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/providers/ipa/ipa_subdomains_id.c b/src/providers/ipa/ipa_subdomains_id.c
|
|
index 4777d7cfd97fed39b807a659fd1f9000c7ff8625..3530af94ef59397db72465fcb0c4a03117a4d8bd 100644
|
|
--- a/src/providers/ipa/ipa_subdomains_id.c
|
|
+++ b/src/providers/ipa/ipa_subdomains_id.c
|
|
@@ -399,6 +399,7 @@ struct tevent_req *ipa_get_subdom_acct_send(TALLOC_CTX *memctx,
|
|
case BE_REQ_USER:
|
|
case BE_REQ_GROUP:
|
|
case BE_REQ_BY_SECID:
|
|
+ case BE_REQ_BY_CERT:
|
|
case BE_REQ_USER_AND_GROUP:
|
|
ret = EOK;
|
|
break;
|
|
--
|
|
2.12.2
|
|
|