summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-09-04 17:46:13 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-08 15:10:50 -0400
commit889efbe608251def17c7ba6131fc9aa36c462dc2 (patch)
tree4fcd6274b37c45294a12b6cd9bc62a70bf878e7e /server/tools/tools_util.h
parent28d9dcbeabdf919506fe59e9d1cbed84fbd6e649 (diff)
downloadsssd-889efbe608251def17c7ba6131fc9aa36c462dc2.tar.gz
sssd-889efbe608251def17c7ba6131fc9aa36c462dc2.tar.xz
sssd-889efbe608251def17c7ba6131fc9aa36c462dc2.zip
Tools are allowed to touch only the 'local' domain
Diffstat (limited to 'server/tools/tools_util.h')
-rw-r--r--server/tools/tools_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h
index 5e2dd95c1..772ba36b8 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;