Displaying 3 results from an estimated 3 matches for "policyid_dc".
2015 Nov 13
2
Problem switching to BIND9_DLZ
...ayName=Default Domain
Controllers Policy)",
base="CN=Policies,CN=System," + basedn,
scope=ldb.SCOPE_ONELEVEL,
attrs=["cn","displayName"])
if len(res8) == 1:
names.policyid_dc =
str(res8[0]["cn"]).replace("{","").replace("}","")
else:
names.policyid_dc = None
-----------------------------------
When I compare the branch in question System.Policies.[basedn] with
another server which migrated fine using abo...
2015 Nov 13
0
[SOLVED] Re: Problem switching to BIND9_DLZ
...t; Controllers Policy)",
> base="CN=Policies,CN=System," + basedn,
> scope=ldb.SCOPE_ONELEVEL,
> attrs=["cn","displayName"])
> if len(res8) == 1:
> names.policyid_dc =
> str(res8[0]["cn"]).replace("{","").replace("}","")
> else:
> names.policyid_dc = None
> -----------------------------------
>
> When I compare the branch in question System.Policies.[basedn] with
> another serv...
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
...y)",
>> base="CN=Policies,CN=System," + basedn,
>> scope=ldb.SCOPE_ONELEVEL,
>> attrs=["cn","displayName"])
>> if len(res8) == 1:
>> names.policyid_dc =
>> str(res8[0]["cn"]).replace("{","").replace("}","")
>> else:
>> names.policyid_dc = None
>> -----------------------------------
>>
>> When I compare the branch in question System.Policies.[basedn]...