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/confdb/confdb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'server/confdb/confdb.h') diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h index 3821ffff..08943272 100644 --- a/server/confdb/confdb.h +++ b/server/confdb/confdb.h @@ -111,7 +111,6 @@ struct sss_domain_info { int timeout; bool enumerate; bool fqnames; - bool mpg; uint32_t id_min; uint32_t id_max; -- cgit