mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
python/join: use DRSUAPI_DRS_GET_NC_SIZE for the initial replication
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12398 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
330ef9e572
commit
dd6d119c80
@ -168,6 +168,7 @@ class dc_join(object):
|
||||
ctx.replica_flags = (drsuapi.DRSUAPI_DRS_INIT_SYNC |
|
||||
drsuapi.DRSUAPI_DRS_PER_SYNC |
|
||||
drsuapi.DRSUAPI_DRS_GET_ANC |
|
||||
drsuapi.DRSUAPI_DRS_GET_NC_SIZE |
|
||||
drsuapi.DRSUAPI_DRS_NEVER_SYNCED)
|
||||
|
||||
# these elements are optional
|
||||
|
Loading…
x
Reference in New Issue
Block a user