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