update/add newer LDAP env vars
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
# needed for bitnami containers
|
||||||
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
|
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
|
||||||
LDAP_BIND_PW=${LDAP_ADMIN_PASSWORD}
|
LDAP_BIND_PW=${LDAP_ADMIN_PASSWORD}
|
||||||
|
# needed for tiredofit containers
|
||||||
|
ADMIN_PASS=${LDAP_ADMIN_PASSWORD}
|
||||||
# to note, this is unused at the moment as SASL doesnt work, but leaving this set as it wont impact anything
|
# to note, this is unused at the moment as SASL doesnt work, but leaving this set as it wont impact anything
|
||||||
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user