summaryrefslogtreecommitdiff
path: root/source4/setup/provision_configuration_basedn.ldif
AgeCommit message (Collapse)AuthorFilesLines
2010-05-24s4:setup/*.ldif - remove unneeded "cn" attributesMatthias Dieter Wallnöfer1-1/+0
Should be generated automatically
2010-05-13s4:provision*.ldif - always set the "msDS-NcType" attribute correctlyMatthias Dieter Wallnöfer1-0/+1
2009-10-02s4:dsdb rework instanceType module - put instanceType in provisionAndrew Bartlett1-0/+1
The instanceType needs to be specified in future because that's how the partitions are actually created.
2009-09-20Initial implementation of security descriptor creation in DSNadezhda Ivanova1-0/+1
TODO's: ACE sorting and clarifying the inheritance of object specific ace's.
2009-08-17s4:provision Remove the ACI element from the provision templatesAndrew Bartlett1-1/+0
We need to find a better way to apply this (used in the Fedora DS LDAP backend), not by trying to tunnel this down the module stack. Andrew Bartlett
2008-01-17provision: simplfy by removing old code to manually create baseDNs.Andrew Bartlett1-1/+0
Previously, we would create the first record in the DB as an LDIF file, with the expectation that the administrator would use slapadd to create the database. We now do everything over LDAP, which is far simpler, and allows the LDB module chain to do its work, without special cases. Also fix naming of the output schema when suggesting the comamnd line to run ad2oLschema in provision-backend. Andrew Bartlett (This used to be commit e77375758d66e94e5e0b6e61a97c9281c3d9c71f)
2007-10-10r22478: Update the LDAP backend code to handle initialisation of multipleAndrew Bartlett1-0/+9
partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)