summaryrefslogtreecommitdiff
path: root/source4/setup/provision_basedn_references.ldif
Commit message (Collapse)AuthorAgeFilesLines
* 2008R2: Missing operation (75, 76) for ActiveDirectoryUpdate version 5 (FL)Garming Sam2017-12-201-0/+8
| | | | | | | | | | | | | | | | Operation 75 {5e1574f6-55df-493e-a6-71-aa-ef-fc-a6-a1-00} - Create the CN=Managed Service Accounts object Operation 76 {d262aae8-41f7-48ed-9f-35-56-bb-b6-77-57-3d} - Add otherWellKnownObject link for CN=Managed Service Accounts Referenced in the page 'Windows Server 2008R2: Domain-Wide Updates': https://technet.microsoft.com/en-us/library/dd378973(v=ws.10).aspx Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision_*_references.ldif - "add" and do not "replace" the ↵Matthias Dieter Wallnöfer2010-10-251-1/+1
| | | | | | | "wellKnownObjects" This is the correct AD operation in this case. Multi-valued replaces are generally denied most of the time.
* s4:provision Split up reference creation, load schema earlier in the stackAndrew Bartlett2009-11-171-0/+22
The schema needs to be loaded above the extended_dn_out modules as otherwise we don't get an extended DN in the search results. The reference split is to ensure we create references after the objects they reference exist. Andrew Bartlett