[SSSD] [PATCH] Revert "Implicitly activate the PAC responder for AD provider"

Sumit Bose sbose at redhat.com
Wed Jun 26 11:15:00 UTC 2013


Hi,

with this patch the PAC responder is not started automatically if the AD
provider is configured, because there are configurations, e.g.
ldap_id_mapping = False, which are not handled properly by the PAC
responder. When this is fixed it might be enabled again.

bye,
Sumit
-------------- next part --------------
From ef7814c7ad1ea5624f47e2881b3fca377a4bf35b Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Wed, 26 Jun 2013 13:11:35 +0200
Subject: [PATCH] Revert "Implicitly activate the PAC responder for AD
 provider"

This reverts commit 7527ec8ab2b79ec576ace2da9e2c158b849adfa6.
---
 src/monitor/monitor.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index d4f8d6f..8882e4d 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -863,8 +863,7 @@ static errno_t add_implicit_services(struct confdb_ctx *cdb, TALLOC_CTX *mem_ctx
                 continue;
             }
 
-            if (strcasecmp(id_provider, "IPA") == 0
-                    || strcasecmp(id_provider, "AD") == 0) {
+            if (strcasecmp(id_provider, "IPA") == 0) {
                 add_pac = true;
             }
         } else {
-- 
1.7.7.6



More information about the sssd-devel mailing list