diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-21 23:46:21 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-25 00:26:41 +1000 |
commit | 01f52239dc8e13af6e5134667c55d8e0fb7b2f26 (patch) | |
tree | e9af1aad6b215c319ba73f7d4b8cd1c8d2cc6335 /source4/dsdb/tests/python | |
parent | 0eab44c2978553bda303c43875d626fddf32363d (diff) | |
download | samba-01f52239dc8e13af6e5134667c55d8e0fb7b2f26.tar.gz samba-01f52239dc8e13af6e5134667c55d8e0fb7b2f26.tar.bz2 samba-01f52239dc8e13af6e5134667c55d8e0fb7b2f26.zip |
s4-join: Import DNS zones in AD DC join
Diffstat (limited to 'source4/dsdb/tests/python')
-rwxr-xr-x | source4/dsdb/tests/python/acl.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/tests/python/acl.py b/source4/dsdb/tests/python/acl.py index bbd4343a21..94bc504804 100755 --- a/source4/dsdb/tests/python/acl.py +++ b/source4/dsdb/tests/python/acl.py @@ -1627,6 +1627,7 @@ class AclSPNTests(AclTests): # same as for join_RODC, but do not set any SPNs def create_rodc(self, ctx): + ctx.nc_list = [ ctx.base_dn, ctx.config_dn, ctx.schema_dn ] ctx.krbtgt_dn = "CN=krbtgt_%s,CN=Users,%s" % (ctx.myname, ctx.base_dn) ctx.never_reveal_sid = [ "<SID=%s-%s>" % (ctx.domsid, security.DOMAIN_RID_RODC_DENY), @@ -1656,6 +1657,7 @@ class AclSPNTests(AclTests): ctx.join_add_objects() def create_dc(self, ctx): + ctx.nc_list = [ ctx.base_dn, ctx.config_dn, ctx.schema_dn ] ctx.userAccountControl = samba.dsdb.UF_SERVER_TRUST_ACCOUNT | samba.dsdb.UF_TRUSTED_FOR_DELEGATION ctx.secure_channel_type = misc.SEC_CHAN_BDC ctx.replica_flags = (drsuapi.DRSUAPI_DRS_WRIT_REP | |