Displaying 7 results from an estimated 7 matches for "nc_list".
Did you mean:
c_list
2016 Jun 29
2
Unable to transfer ForestDns/DomainDNS
...to replicate DNS info is this:
>>>
>>>
>>> print "Done with always replicated NC (base, config,
>>> schema)"
>>>
>>> for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
>>> if nc in ctx.nc_list:
>>> print "Replicating %s" % (str(nc))
>>> repl.replicate(nc, source_dsa_invocation_id,
>>> destination_dsa_guid, rodc=ctx.RODC,
>>> replica...
2016 Jun 23
4
Unable to transfer ForestDns/DomainDNS
lol...sorry!
- The windows domain controller does run a DNS server
- I joined the samba DC's to the windows DC. I used the normal command,
but did get an error about the forest and domain dns. The error is:
descriptor_sd_propagation_recursive:
DC=DomainDnsZones,DC=fisherthompson,DC=local not found under
DC=fisherthompson,DC=local
descriptor_sd_propagation_recursive:
2016 Jun 23
0
Unable to transfer ForestDns/DomainDNS
...oks like your windows DC doesn't store its DNS zones in AD, the
code in join.py to replicate DNS info is this:
print "Done with always replicated NC (base, config, schema)"
for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
if nc in ctx.nc_list:
print "Replicating %s" % (str(nc))
repl.replicate(nc, source_dsa_invocation_id,
destination_dsa_guid, rodc=ctx.RODC,
replica_flags=ctx.replica_flags)
Your 'join' i...
2016 Jun 28
0
Unable to transfer ForestDns/DomainDNS
...in AD, the code
>> in join.py to replicate DNS info is this:
>>
>>
>> print "Done with always replicated NC (base, config, schema)"
>>
>> for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
>> if nc in ctx.nc_list:
>> print "Replicating %s" % (str(nc))
>> repl.replicate(nc, source_dsa_invocation_id,
>> destination_dsa_guid, rodc=ctx.RODC,
>> replica_flags=ctx.repli...
2016 Jun 29
0
Unable to transfer ForestDns/DomainDNS
...>>>>
>>>>
>>>> print "Done with always replicated NC (base, config,
>>>> schema)"
>>>>
>>>> for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
>>>> if nc in ctx.nc_list:
>>>> print "Replicating %s" % (str(nc))
>>>> repl.replicate(nc, source_dsa_invocation_id,
>>>> destination_dsa_guid, rodc=ctx.RODC,
>>>>...
2016 Jun 23
2
Unable to transfer ForestDns/DomainDNS
...sn't store its DNS zones in AD, the code
> in join.py to replicate DNS info is this:
>
>
> print "Done with always replicated NC (base, config, schema)"
>
> for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
> if nc in ctx.nc_list:
> print "Replicating %s" % (str(nc))
> repl.replicate(nc, source_dsa_invocation_id,
> destination_dsa_guid, rodc=ctx.RODC,
> replica_flags=ctx.replica_flags)
>
&...
2016 Jul 07
2
Unable to transfer ForestDns/DomainDNS
...;>>>
>>>>> print "Done with always replicated NC (base, config,
>>>>> schema)"
>>>>>
>>>>> for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
>>>>> if nc in ctx.nc_list:
>>>>> print "Replicating %s" % (str(nc))
>>>>> repl.replicate(nc, source_dsa_invocation_id,
>>>>> destination_dsa_guid,
>>>>> rodc=ctx.RODC,
>>...