From 4fa327a19f3da86df0fa7e63a66b5ee352de2c5d Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 17 Sep 2009 16:00:55 +0200 Subject: s4:provision - Some rework - Add/change "wellKnownObjects" attributes - Order entries in "provision_basedn_modify.ldif" - Add/change "delete entries" object under BASEDN and CONFIGDN - Fix default version number of "Default domain policy" group policy - Add "domain updates" objects for interoperability with MS AD maintaining tools - Show version number in the "oEMInformation" attribute (suggested by ekacnet) - Smaller fixups --- source4/setup/provision_configuration_basedn_modify.ldif | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/setup/provision_configuration_basedn_modify.ldif') diff --git a/source4/setup/provision_configuration_basedn_modify.ldif b/source4/setup/provision_configuration_basedn_modify.ldif index 9b87e1cead..6e31fb79fe 100644 --- a/source4/setup/provision_configuration_basedn_modify.ldif +++ b/source4/setup/provision_configuration_basedn_modify.ldif @@ -3,5 +3,12 @@ ############################### dn: ${CONFIGDN} changetype: modify +- +# "masteredBy", "msDs-masteredBy" filled in later replace: subRefs subRefs: ${SCHEMADN} +- +replace: wellKnownObjects +wellKnownObjects: B:32:6227f0af1fc2410d8e3bb10615bb5b0f:CN=NTDS Quotas,${CONFIGDN} +wellKnownObjects: B:32:ab8153b7768811d1aded00c04fd8d5cd:CN=LostAndFoundConfig,${CONFIGDN} +wellKnownObjects: B:32:18e2ea80684f11d2b9aa00c04f79f805:CN=Deleted Objects,${CONFIGDN} -- cgit