From 999d47e41e661d2a35d394000d516caa76a89779 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 1 Oct 2007 21:08:53 +0000 Subject: r25452: Move the creation of the server entry to the self join, as this makes no sense on a member server. Andrew Bartlett (This used to be commit 70467fa4c5d25b83c48dbbeb8236d5acb4550e77) --- source4/setup/provision_configuration.ldif | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'source4/setup/provision_configuration.ldif') diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 0e6ee4d845..050f110d9a 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -66,29 +66,6 @@ instanceType: 4 showInAdvancedViewOnly: TRUE systemFlags: 2181038080 -dn: CN=${NETBIOSNAME},CN=Servers,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN} -objectClass: top -objectClass: server -cn: ${NETBIOSNAME} -instanceType: 4 -showInAdvancedViewOnly: TRUE -systemFlags: 1375731712 -dNSHostName: ${DNSNAME} -serverReference: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN} - -dn: CN=NTDS Settings,CN=${NETBIOSNAME},CN=Servers,CN=${DEFAULTSITE},CN=Sites,${CONFIGDN} -objectClass: top -objectClass: applicationSettings -objectClass: nTDSDSA -cn: NTDS Settings -options: 1 -instanceType: 4 -showInAdvancedViewOnly: TRUE -systemFlags: 33554432 -dMDLocation: ${SCHEMADN} -invocationId: ${INVOCATIONID} -msDS-Behavior-Version: 2 - dn: CN=Services,${CONFIGDN} objectClass: top objectClass: container -- cgit