s4:provision: Show domains and forests are W2K8 DC capable.
authorAndrew Kroeger <andrew@id10ts.net>
Thu, 24 Sep 2009 21:58:04 +0000 (16:58 -0500)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Wed, 30 Sep 2009 13:59:38 +0000 (15:59 +0200)
When adding a W2K8 DC to a domain running earlier DC versions, the "adprep"
utility is used to perform schema updates and update other attributes as
necessary.

Adding these entries provides an indication that the adprep utility has been run
with the /forestprep, /domainprep and /rodcprep arguments.  Although these
entries indicate adprep has been run, nothing has been done to verify that the
changes that the adprep utility would have made have actually been done.

The values used for the revision atttributes are as seen on a W2K8 DC (not
W2K8 R2, which will probably have higher values).

source4/setup/provision.ldif
source4/setup/provision_configuration.ldif

index 0e30efc6172d6c67739a240c228f2d7db246e296..f7ab4387814d4444347ef83fa74c899151c953bf 100644 (file)
@@ -137,6 +137,11 @@ dn: CN=DomainUpdates,CN=System,${DOMAINDN}
 objectClass: top
 objectClass: container
 
 objectClass: top
 objectClass: container
 
+dn: CN=ActiveDirectoryUpdate,CN=DomainUpdates,CN=System,${DOMAINDN}
+objectClass: top
+objectClass: container
+revision: 3
+
 dn: CN=Operations,CN=DomainUpdates,CN=System,${DOMAINDN}
 objectClass: top
 objectClass: container
 dn: CN=Operations,CN=DomainUpdates,CN=System,${DOMAINDN}
 objectClass: top
 objectClass: container
index 48b4dad98cf5daa38804a9f4ec70bef4dd8a1e63..3032388cbffc5305c9b13bda5409292eac6677b9 100644 (file)
@@ -647,6 +647,16 @@ dn: CN=ForestUpdates,${CONFIGDN}
 objectClass: top
 objectClass: container
 
 objectClass: top
 objectClass: container
 
+dn: CN=ActiveDirectoryRodcUpdate,CN=ForestUpdates,${CONFIGDN}
+objectClass: top
+objectClass: container
+revision: 2
+
+dn: CN=ActiveDirectoryUpdate,CN=ForestUpdates,${CONFIGDN}
+objectClass: top
+objectClass: container
+revision: 2
+
 dn: CN=Operations,CN=ForestUpdates,${CONFIGDN}
 objectClass: top
 objectClass: container
 dn: CN=Operations,CN=ForestUpdates,${CONFIGDN}
 objectClass: top
 objectClass: container