Patch only for master.
I'm sorry, I missed this codepath when testing the recent changes.
>From ac3aed75dbfcfdd4af605ca5bea0ac4baf7c2517 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <[email protected]>
Date: Tue, 15 Jan 2013 14:32:31 +0100
Subject: [PATCH] TOOLS: set domain in check_group_names
---
src/tools/tools_util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c
index
b2dc4ff5e9cedbe3bfcddc57a3a5ac629ea588a6..9bb254572341922442c1892247f398532414814d
100644
--- a/src/tools/tools_util.c
+++ b/src/tools/tools_util.c
@@ -198,6 +198,7 @@ int check_group_names(struct tools_ctx *tctx,
if (!groupinfo) {
return ENOMEM;
}
+ groupinfo->domain = tctx->local;
ret = EOK;
for (i=0; grouplist[i]; ++i) {
--
1.8.0.2
_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel