From c271b7142062f833869bb13aed4a873edcd1e445 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 25 Aug 2011 19:15:13 +1000 Subject: s4-provision Perform 'modify' operations as system We need this so that we can modify the cn=configuration partition when we are setting up a new subdomain. The serverReference on our ${SERVERDN} is in that partition, and without this change creating a new subdomain fails due to ACLs. Andrew Bartlett --- source4/setup/provision_self_join_modify.ldif | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/setup/provision_self_join_modify.ldif') diff --git a/source4/setup/provision_self_join_modify.ldif b/source4/setup/provision_self_join_modify.ldif index 7b5c562ed0..dcdeee39d4 100644 --- a/source4/setup/provision_self_join_modify.ldif +++ b/source4/setup/provision_self_join_modify.ldif @@ -15,14 +15,6 @@ changetype: modify replace: fSMORoleOwner fSMORoleOwner: CN=NTDS Settings,${SERVERDN} -dn: CN=RID Set,CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN} -changetype: add -objectClass: rIDSet -rIDAllocationPool: ${RIDALLOCATIONSTART}-${RIDALLOCATIONEND} -rIDPreviousAllocationPool: ${RIDALLOCATIONSTART}-${RIDALLOCATIONEND} -rIDUsedPool: 0 -rIDNextRID: ${RIDALLOCATIONSTART} - dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN} changetype: modify add: rIDSetReferences -- cgit