|
Lines 882-888
class dc_join(object):
Link Here
|
| 882 |
replica_flags=ctx.replica_flags) |
882 |
replica_flags=ctx.replica_flags) |
| 883 |
if not ctx.subdomain: |
883 |
if not ctx.subdomain: |
| 884 |
# Replicate first the critical object for the basedn |
884 |
# Replicate first the critical object for the basedn |
| 885 |
if not ctx.domain_replica_flags & drsuapi.DRSUAPI_DRS_CRITICAL_ONLY: |
885 |
if False: #not ctx.domain_replica_flags & drsuapi.DRSUAPI_DRS_CRITICAL_ONLY: |
| 886 |
print "Replicating critical objects from the base DN of the domain" |
886 |
print "Replicating critical objects from the base DN of the domain" |
| 887 |
ctx.domain_replica_flags |= drsuapi.DRSUAPI_DRS_CRITICAL_ONLY | drsuapi.DRSUAPI_DRS_GET_ANC |
887 |
ctx.domain_replica_flags |= drsuapi.DRSUAPI_DRS_CRITICAL_ONLY | drsuapi.DRSUAPI_DRS_GET_ANC |
| 888 |
repl.replicate(ctx.base_dn, source_dsa_invocation_id, |
888 |
repl.replicate(ctx.base_dn, source_dsa_invocation_id, |
| 889 |
- |
|
|