summaryrefslogtreecommitdiff
path: root/source4/setup/provision_basedn_references.ldif
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17s4:provision Split up reference creation, load schema earlier in the stackAndrew Bartlett1-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