diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-05-18 14:29:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:55 -0500 |
commit | c69e1cf003983f817868031afc48da51c8e96b18 (patch) | |
tree | d604ca85cf1780e1a1fb33902d41c0ddf7c6d810 | |
parent | db169af3b71c7b9911a64873a5ec9b7d304acf35 (diff) | |
download | samba-c69e1cf003983f817868031afc48da51c8e96b18.tar.gz samba-c69e1cf003983f817868031afc48da51c8e96b18.tar.bz2 samba-c69e1cf003983f817868031afc48da51c8e96b18.zip |
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)
-rw-r--r-- | source4/setup/provision.ldif | 6 |
1 files changed, 3 insertions, 3 deletions
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 |