diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-25 11:28:09 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-25 12:51:52 +0200 |
commit | 6e407a3c1c7166801bcec364186c487c27b18550 (patch) | |
tree | a24561d8e3eb15423c46093e1b340364c059db37 /source4/setup | |
parent | e24cd13e40fa3ce867654cfea70369ba627351d8 (diff) | |
download | samba-6e407a3c1c7166801bcec364186c487c27b18550.tar.gz samba-6e407a3c1c7166801bcec364186c487c27b18550.tar.bz2 samba-6e407a3c1c7166801bcec364186c487c27b18550.zip |
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.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_basedn_references.ldif | 2 | ||||
-rw-r--r-- | source4/setup/provision_configuration_references.ldif | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision_basedn_references.ldif b/source4/setup/provision_basedn_references.ldif index a71c11c5c4..188982aee1 100644 --- a/source4/setup/provision_basedn_references.ldif +++ b/source4/setup/provision_basedn_references.ldif @@ -7,7 +7,7 @@ changetype: modify replace: rIDManagerReference rIDManagerReference: CN=RID Manager$,CN=System,${DOMAINDN} - -replace: wellKnownObjects +add: wellKnownObjects wellKnownObjects: B:32:6227f0af1fc2410d8e3bb10615bb5b0f:CN=NTDS Quotas,${DOMAINDN} wellKnownObjects: B:32:f4be92a4c777485e878e9421d53087db:CN=Microsoft,CN=Program Data,${DOMAINDN} wellKnownObjects: B:32:09460c08ae1e4a4ea0f64aee7daa1e5a:CN=Program Data,${DOMAINDN} 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} |