.
This commit is contained in:
@@ -92,9 +92,6 @@ data:
|
||||
set_cfg turnOffCertCheck "1"
|
||||
set_cfg ldapTLS "0"
|
||||
|
||||
echo "[ldap-bootstrap] clearing ldap cache"
|
||||
php occ ldap:clear-cache || true
|
||||
|
||||
echo "[ldap-bootstrap] testing LDAP config ${LDAP_CONFIG_ID}"
|
||||
if php occ ldap:test-config "${LDAP_CONFIG_ID}"; then
|
||||
echo "[ldap-bootstrap] LDAP config OK"
|
||||
@@ -217,9 +214,9 @@ spec:
|
||||
- name: LDAP_CONFIG_ID
|
||||
value: "s01"
|
||||
- name: LDAP_HOST
|
||||
value: "dc1.undercloud.local"
|
||||
value: "ldaps://dc1.undercloud.local"
|
||||
- name: LDAP_BACKUP_HOST
|
||||
value: "dc2.undercloud.local"
|
||||
value: "ldaps://dc2.undercloud.local"
|
||||
- name: LDAP_PORT
|
||||
value: "636"
|
||||
- name: LDAP_BASE_DN
|
||||
|
||||
Reference in New Issue
Block a user