From b0c4751808040afdc15ca801619c43fe192c6a35 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 6 Oct 2009 12:12:21 -0400 Subject: Remove magicPrivateGroups option In sssd only local is a native mpg domain, and it is forced. All other providers will have to unroll mpg users into a user/group pair of entries in the db. This allows the provider to automatically establish if the remote server provides mpg users w/o possibily conflicting manual configurations on the client trying to force an mpg behavior where none is provided. --- server/db/sysdb_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/db/sysdb_private.h') diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h index e380c827..1f603eb4 100644 --- a/server/db/sysdb_private.h +++ b/server/db/sysdb_private.h @@ -72,6 +72,7 @@ struct sysdb_ctx { struct tevent_context *ev; struct sss_domain_info *domain; + bool mpg; struct ldb_context *ldb; char *ldb_file; -- cgit