From 889efbe608251def17c7ba6131fc9aa36c462dc2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 4 Sep 2009 17:46:13 -0400 Subject: Tools are allowed to touch only the 'local' domain --- server/tools/tools_util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/tools/tools_util.h') diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h index 5e2dd95c..772ba36b 100644 --- a/server/tools/tools_util.h +++ b/server/tools/tools_util.h @@ -43,7 +43,7 @@ enum id_domain { struct tools_ctx { struct tevent_context *ev; struct confdb_ctx *confdb; - struct sysdb_ctx_list *db_list; + struct sysdb_ctx *sysdb; struct sss_names_ctx *snctx; struct sss_domain_info *domains; @@ -53,7 +53,6 @@ struct ops_ctx { struct tools_ctx *ctx; struct tevent_context *ev; struct sss_domain_info *domain; - struct sysdb_ctx *sysdb; char *name; uid_t uid; -- cgit