From 6635bb70d32d5214bc027428ac4a3737e8327c17 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 24 Aug 2011 15:39:51 +1000 Subject: s4-provision Add initial support for joining as a new subdomain To do this we need to reorganise a lot of the provision code, so that we can create the framework for the inbound replicaton of the config and schema partitions and then add in the new subdomain locally. Andrew Bartlett --- source4/setup/provision_self_join.ldif | 35 ---------------------------------- 1 file changed, 35 deletions(-) (limited to 'source4/setup/provision_self_join.ldif') diff --git a/source4/setup/provision_self_join.ldif b/source4/setup/provision_self_join.ldif index 9124ab50ef..b19db78b72 100644 --- a/source4/setup/provision_self_join.ldif +++ b/source4/setup/provision_self_join.ldif @@ -20,38 +20,3 @@ sAMAccountName: ${NETBIOSNAME}$ userAccountControl: 532480 clearTextPassword:: ${MACHINEPASS_B64} objectSid: ${DOMAINSID}-${DCRID} - -# Here are missing the objects for the NTFRS subscription since we don't -# support this technique yet. - -# Objects under "Configuration/Sites//Servers" - -dn: ${SERVERDN} -objectClass: top -objectClass: server -systemFlags: 1375731712 -dNSHostName: ${DNSNAME} -serverReference: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN} - -dn: CN=NTDS Settings,${SERVERDN} -objectClass: top -objectClass: applicationSettings -objectClass: nTDSDSA -dMDLocation: ${SCHEMADN} -hasMasterNCs: ${CONFIGDN} -hasMasterNCs: ${SCHEMADN} -hasMasterNCs: ${DOMAINDN} -invocationId: ${INVOCATIONID} -msDS-Behavior-Version: ${DOMAIN_CONTROLLER_FUNCTIONALITY} -msDS-HasDomainNCs: ${DOMAINDN} -# "msDS-HasInstantiatedNCs"s for DNS is added from provision_dnszones_modify.ldif -msDS-HasInstantiatedNCs: B:8:0000000D:${CONFIGDN} -msDS-HasInstantiatedNCs: B:8:0000000D:${SCHEMADN} -msDS-HasInstantiatedNCs: B:8:00000005:${DOMAINDN} -# "msDS-hasMasterNCs"s for DNS is added from provision_dnszones_modify.ldif -msDS-hasMasterNCs: ${CONFIGDN} -msDS-hasMasterNCs: ${SCHEMADN} -msDS-hasMasterNCs: ${DOMAINDN} -options: 1 -systemFlags: 33554432 -${NTDSGUID} -- cgit