26f8149218
The MDB backend is the default in Ubuntu and specifying HDB in debconf doesn't change it to HDB. Closes-Bug: #1939700 Change-Id: If98f7fc8395678365fb73f0c5cd926cef083e470
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
dn: olcDatabase={${LDAP_OLCDB_NUMBER}}${LDAP_OLCDB_TYPE},cn=config
|
|
changetype: modify
|
|
replace: olcSuffix
|
|
olcSuffix: ${BASE_DN}
|
|
-
|
|
replace: olcRootDN
|
|
olcRootDN: ${MANAGER_DN}
|
|
-
|
|
${LDAP_ROOTPW_COMMAND}: olcRootPW
|
|
olcRootPW: ${SLAPPASS}
|
|
-
|
|
replace: olcDbIndex
|
|
olcDbIndex: objectClass eq
|
|
olcDbIndex: default pres,eq
|
|
olcDbIndex: cn,sn,givenName
|