From b2e8519e321b2bfc304490adc1546e4ea0551844 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Thu, 24 Sep 2009 16:58:04 -0500 Subject: s4:provision: Show domains and forests are W2K8 DC capable. 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_configuration.ldif | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source4/setup/provision_configuration.ldif') diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 48b4dad98c..3032388cbf 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -647,6 +647,16 @@ dn: CN=ForestUpdates,${CONFIGDN} 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 -- cgit From 33347d783aa5aaae3eb90777b06412cbb2cbeca3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 6 Oct 2009 19:05:15 +1100 Subject: s4-provision: match win2003 functional level We are now defaulting to win2003 functional level, and see to report the right revisions of our db and schema --- source4/setup/provision_configuration.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/provision_configuration.ldif') diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 3032388cbf..0716345c4a 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -650,12 +650,12 @@ objectClass: container dn: CN=ActiveDirectoryRodcUpdate,CN=ForestUpdates,${CONFIGDN} objectClass: top objectClass: container -revision: 2 +revision: 5 dn: CN=ActiveDirectoryUpdate,CN=ForestUpdates,${CONFIGDN} objectClass: top objectClass: container -revision: 2 +revision: 5 dn: CN=Operations,CN=ForestUpdates,${CONFIGDN} objectClass: top -- cgit