From c69e1cf003983f817868031afc48da51c8e96b18 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 May 2005 14:29:23 +0000 Subject: r6884: the invocationID is only used as objectGUID on the NTDS Settings object on the first DC in the forest! metze (This used to be commit 8ea59f23728450cd42c221e69f375d6e390c4a79) --- source4/setup/provision.ldif | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index bce690c482..131ebe2b42 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -1237,7 +1237,7 @@ showInAdvancedViewOnly: TRUE name: Services systemFlags: 0x80000000 objectCategory: CN=Container,CN=Schema,CN=Configuration,${BASEDN} -objectGUID: ${INVOCATIONID} +objectGUID: ${NEWGUID} dn: CN=Windows NT,CN=Services,CN=Configuration,${BASEDN} objectClass: top @@ -1251,7 +1251,7 @@ uSNChanged: ${USN} showInAdvancedViewOnly: TRUE name: Windows NT objectCategory: CN=Container,CN=Schema,CN=Configuration,${BASEDN} -objectGUID: ${INVOCATIONID} +objectGUID: ${NEWGUID} dn: CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,${BASEDN} objectClass: top @@ -1265,7 +1265,7 @@ uSNChanged: ${USN} showInAdvancedViewOnly: TRUE name: Directory Service objectCategory: CN=NTDS-Service,CN=Schema,CN=Configuration,${BASEDN} -objectGUID: ${INVOCATIONID} +objectGUID: ${NEWGUID} sPNMappings: host=ldap,dns,cifs -- cgit