svn commit: samba r6884 - in branches/SAMBA_4_0/source/setup: .

metze at samba.org metze at samba.org
Wed May 18 14:29:24 GMT 2005


Author: metze
Date: 2005-05-18 14:29:23 +0000 (Wed, 18 May 2005)
New Revision: 6884

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6884

Log:
the invocationID is only used as objectGUID on the NTDS Settings object on the 
first DC in the forest!

metze

Modified:
   branches/SAMBA_4_0/source/setup/provision.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision.ldif	2005-05-18 14:19:17 UTC (rev 6883)
+++ branches/SAMBA_4_0/source/setup/provision.ldif	2005-05-18 14:29:23 UTC (rev 6884)
@@ -1237,7 +1237,7 @@
 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 @@
 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 @@
 showInAdvancedViewOnly: TRUE
 name: Directory Service
 objectCategory: CN=NTDS-Service,CN=Schema,CN=Configuration,${BASEDN}
-objectGUID: ${INVOCATIONID}
+objectGUID: ${NEWGUID}
 sPNMappings: host=ldap,dns,cifs
 
 



More information about the samba-cvs mailing list