f127e2f316
Edited initial ldap entries and olcdb template file as recommended by Brant. Change-Id: I1404cc5c754f878e32a2d10254840d092211e6e6
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
dn: olcDatabase={${LDAP_OLCDB_NUMBER}}hdb,cn=config
|
|
changetype: modify
|
|
replace: olcSuffix
|
|
olcSuffix: dc=openstack,dc=org
|
|
-
|
|
replace: olcRootDN
|
|
olcRootDN: dc=Manager,dc=openstack,dc=org
|
|
-
|
|
${LDAP_ROOTPW_COMMAND}: olcRootPW
|
|
olcRootPW: ${SLAPPASS}
|