@@ -, +, @@ default --- python/samba/join.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/python/samba/join.py +++ a/python/samba/join.py @@ -882,7 +882,7 @@ class dc_join(object): replica_flags=ctx.replica_flags) if not ctx.subdomain: # Replicate first the critical object for the basedn - if not ctx.domain_replica_flags & drsuapi.DRSUAPI_DRS_CRITICAL_ONLY: + if False: #not ctx.domain_replica_flags & drsuapi.DRSUAPI_DRS_CRITICAL_ONLY: print "Replicating critical objects from the base DN of the domain" ctx.domain_replica_flags |= drsuapi.DRSUAPI_DRS_CRITICAL_ONLY | drsuapi.DRSUAPI_DRS_GET_ANC repl.replicate(ctx.base_dn, source_dsa_invocation_id, --