mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
3d4c4c5fa3
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 860dfa4ea1
)
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
###############################
|
|
# Schema Naming Context
|
|
###############################
|
|
dn: ${SCHEMADN}
|
|
objectClass: top
|
|
objectClass: dMD
|
|
${EXTENSIBLEOBJECT}
|
|
${ACI}
|
|
cn: Schema
|