mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +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 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
###############################
|
|
# Configuration Naming Context
|
|
###############################
|
|
dn: ${CONFIGDN}
|
|
objectClass: top
|
|
objectClass: configuration
|
|
${EXTENSIBLEOBJECT}
|
|
${ACI}
|
|
cn: Configuration
|