From b9ec6bb1eb02121f43498681b99891dc17505512 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 26 Aug 2009 12:39:44 +1000 Subject: s4:provision Only create references to our server DN after the self join This will ensure that the GUID can be filled in correctly, and assist us to validate DN targets in the future. Andrew Bartlett --- source4/setup/provision_configuration.ldif | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/setup/provision_configuration.ldif') diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index b3e0d83772..2b900a7d4e 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -656,7 +656,6 @@ objectClass: top objectClass: crossRefContainer systemFlags: -2147483648 msDS-Behavior-Version: ${FOREST_FUNCTIONALALITY} -fSMORoleOwner: CN=NTDS Settings,${SERVERDN} showInAdvancedViewOnly: TRUE dn: CN=Enterprise Configuration,CN=Partitions,${CONFIGDN} @@ -749,7 +748,6 @@ dn: CN=NTDS Site Settings,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN} objectClass: top objectClass: applicationSiteSettings objectClass: nTDSSiteSettings -interSiteTopologyGenerator: CN=NTDS Settings,${SERVERDN} dn: CN=Servers,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN} objectClass: top -- cgit