[SSSD] [PATCH] Send the correct enumeration request

Jakub Hrozek jhrozek at redhat.com
Thu May 10 12:51:40 UTC 2012


https://fedorahosted.org/sssd/ticket/1329
-------------- next part --------------
>From 293998dc6446609ca6775227641683ee2e6bd094 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 10 May 2012 13:09:05 +0200
Subject: [PATCH] Send the correct enumeration request

https://fedorahosted.org/sssd/ticket/1329
---
 src/responder/nss/nsssrv_cmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/responder/nss/nsssrv_cmd.c b/src/responder/nss/nsssrv_cmd.c
index 263499bfe2761e1e0446360f8ea3b8323cac1fbe..f36a9a322ab92144c93b8cb9041d7a28515cc85d 100644
--- a/src/responder/nss/nsssrv_cmd.c
+++ b/src/responder/nss/nsssrv_cmd.c
@@ -2709,7 +2709,7 @@ static errno_t nss_cmd_setgrent_step(struct setent_step_ctx *step_ctx)
             dctx->check_provider = false;
 
             dpreq = sss_dp_get_account_send(step_ctx, rctx, dctx->domain, true,
-                                          SSS_DP_USER, NULL, 0, NULL);
+                                            SSS_DP_GROUP, NULL, 0, NULL);
             if (!dpreq) {
                 DEBUG(SSSDBG_MINOR_FAILURE,
                       ("Enum Cache refresh for domain [%s] failed."
-- 
1.7.7.6



More information about the sssd-devel mailing list