From 6e407a3c1c7166801bcec364186c487c27b18550 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 25 Oct 2010 11:28:09 +0200 Subject: s4:provision_*_references.ldif - "add" and do not "replace" the "wellKnownObjects" This is the correct AD operation in this case. Multi-valued replaces are generally denied most of the time. --- source4/setup/provision_configuration_references.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/provision_configuration_references.ldif') diff --git a/source4/setup/provision_configuration_references.ldif b/source4/setup/provision_configuration_references.ldif index 6e31fb79fe..febe4360c9 100644 --- a/source4/setup/provision_configuration_references.ldif +++ b/source4/setup/provision_configuration_references.ldif @@ -8,7 +8,7 @@ changetype: modify replace: subRefs subRefs: ${SCHEMADN} - -replace: wellKnownObjects +add: 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