diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-08 13:45:55 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 10:53:03 +0100 |
commit | c14184c07634801cda7864aa17c6fa8dc9ab43d1 (patch) | |
tree | 2dfce6637085a2c5975eb610cfd1c724c424b293 /src/util | |
parent | 46675b5033169e1e954cd570413ce85b2c5e11fc (diff) | |
download | sssd-c14184c07634801cda7864aa17c6fa8dc9ab43d1.tar.gz sssd-c14184c07634801cda7864aa17c6fa8dc9ab43d1.tar.bz2 sssd-c14184c07634801cda7864aa17c6fa8dc9ab43d1.zip |
Move mpg flag to the domain where it belongs
A sysdb contains now multiple domains, but the mpg property is a
property of a specific domain not of the underlying database.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/domain_info_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/domain_info_utils.c b/src/util/domain_info_utils.c index c016258e..45b9f7b5 100644 --- a/src/util/domain_info_utils.c +++ b/src/util/domain_info_utils.c @@ -74,6 +74,7 @@ struct sss_domain_info *new_subdomain(TALLOC_CTX *mem_ctx, dom->enumerate = false; dom->fqnames = true; + dom->mpg = true; /* FIXME: get ranges from the server */ dom->id_min = 0; dom->id_max = 0xffffffff; |