2013-01-22 10:17:50 -06:00
|
|
|
dn: olcDatabase={${LDAP_OLCDB_NUMBER}}hdb,cn=config
|
|
|
|
changetype: modify
|
|
|
|
replace: olcSuffix
|
2013-10-01 14:45:04 -05:00
|
|
|
olcSuffix: ${BASE_DN}
|
2013-01-22 10:17:50 -06:00
|
|
|
-
|
|
|
|
replace: olcRootDN
|
2013-10-01 14:45:04 -05:00
|
|
|
olcRootDN: ${MANAGER_DN}
|
2013-01-22 10:17:50 -06:00
|
|
|
-
|
|
|
|
${LDAP_ROOTPW_COMMAND}: olcRootPW
|
|
|
|
olcRootPW: ${SLAPPASS}
|
2013-10-01 14:45:04 -05:00
|
|
|
-
|
|
|
|
replace: olcDbIndex
|
|
|
|
olcDbIndex: objectClass eq
|
|
|
|
olcDbIndex: default pres,eq
|
2014-01-31 16:54:10 -08:00
|
|
|
olcDbIndex: cn,sn,givenName
|