[SSSD] IPA: fix for recent AD group membership changes

Sumit Bose sbose at redhat.com
Tue Jan 7 14:46:51 UTC 2014


Hi,

some of the recent changes to the AD group membership lookups broke
those lookups for the IPA server mode. This patch should fix it.

bye,
Sumit
-------------- next part --------------
From 48afb0dd8bff534c1867e7f767e563fe97402db4 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Tue, 7 Jan 2014 13:04:58 +0100
Subject: [PATCH] IPA: fix for recent AD group membership changes

---
 src/providers/ipa/ipa_subdomains.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/providers/ipa/ipa_subdomains.c b/src/providers/ipa/ipa_subdomains.c
index 19a7839..d9c2044 100644
--- a/src/providers/ipa/ipa_subdomains.c
+++ b/src/providers/ipa/ipa_subdomains.c
@@ -192,6 +192,8 @@ ipa_ad_ctx_new(struct be_ctx *be_ctx,
         return ret;
     }
 
+    sdom->pvt = ad_id_ctx;
+
     /* Set up the ID mapping object */
     ad_id_ctx->sdap_id_ctx->opts->idmap_ctx =
         id_ctx->sdap_id_ctx->opts->idmap_ctx;
-- 
1.8.3.1



More information about the sssd-devel mailing list