mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
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
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
###############################
|
|
# Configuration Naming Context
|
|
###############################
|
|
dn: ${CONFIGDN}
|
|
objectClass: top
|
|
objectClass: configuration
|
|
${ACI}
|
|
cn: Configuration
|