diff options
author | Andrew Kroeger <andrew@id10ts.net> | 2009-09-24 16:58:04 -0500 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-30 15:59:38 +0200 |
commit | b2e8519e321b2bfc304490adc1546e4ea0551844 (patch) | |
tree | 5d9ebc43b375529bc801ab37e8957c65b6fed596 /source4/setup | |
parent | 955dab0ed7c3b69b0dd6736bd073b06eb2a79342 (diff) | |
download | samba-b2e8519e321b2bfc304490adc1546e4ea0551844.tar.gz samba-b2e8519e321b2bfc304490adc1546e4ea0551844.tar.bz2 samba-b2e8519e321b2bfc304490adc1546e4ea0551844.zip |
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).
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision.ldif | 5 | ||||
-rw-r--r-- | source4/setup/provision_configuration.ldif | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 0e30efc617..f7ab438781 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -137,6 +137,11 @@ dn: CN=DomainUpdates,CN=System,${DOMAINDN} 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 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 |