summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-11-16 14:44:40 +1300
committerGarming Sam <garming@samba.org>2017-06-15 05:31:59 +0200
commite244ba4a8f8dea571df6abb96324cb696af67450 (patch)
tree7d950df338f845904f6a5b83b79305017d669325 /python
parenta7ef0f8be4bda18e3916bdbe8468bc1703060d94 (diff)
downloadsamba-e244ba4a8f8dea571df6abb96324cb696af67450.tar.gz
repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl server
Although we do not currently support this in the server, this will cause data loss against a Windows DC unless we set this flag as per the docs. This flag is required for the RODC. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Thu Jun 15 05:31:59 CEST 2017 on sn-devel-144
Diffstat (limited to 'python')
-rw-r--r--python/samba/kcc/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py
index ad322a5c542..f775a11b264 100644
--- a/python/samba/kcc/__init__.py
+++ b/python/samba/kcc/__init__.py
@@ -909,7 +909,6 @@ class KCC(object):
drsuapi.DRSUAPI_DRS_PER_SYNC |
drsuapi.DRSUAPI_DRS_ADD_REF |
drsuapi.DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING |
- drsuapi.DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP |
drsuapi.DRSUAPI_DRS_NONGC_RO_REP)
if t_repsFrom.replica_flags != replica_flags:
t_repsFrom.replica_flags = replica_flags