diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-18 18:48:42 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-18 23:12:26 +0100 |
commit | 5b3981acb1e0e0ef6832c1147b1ec5b3659c1aa9 (patch) | |
tree | 05f55601011bcde3d4e074b36b596b051d010e4f /source4/dsdb/kcc | |
parent | 96e55cb1324992607f0abac4b1d63db6beb5341b (diff) | |
download | samba-5b3981acb1e0e0ef6832c1147b1ec5b3659c1aa9.tar.gz samba-5b3981acb1e0e0ef6832c1147b1ec5b3659c1aa9.tar.bz2 samba-5b3981acb1e0e0ef6832c1147b1ec5b3659c1aa9.zip |
s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication
see the description of this flag in [MS-DRSR]
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r-- | source4/dsdb/kcc/kcc_periodic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/kcc/kcc_periodic.c b/source4/dsdb/kcc/kcc_periodic.c index fa2b0679df..e0ac2c7786 100644 --- a/source4/dsdb/kcc/kcc_periodic.c +++ b/source4/dsdb/kcc/kcc_periodic.c @@ -171,6 +171,7 @@ static uint32_t kccsrv_replica_flags(struct kccsrv_service *s) DRSUAPI_DRS_PER_SYNC | DRSUAPI_DRS_ADD_REF | DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING | + DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP | DRSUAPI_DRS_NONGC_RO_REP; } return DRSUAPI_DRS_INIT_SYNC | |