[__matrix_synapse] fix typo/error in LDAP configuration handling
This commit is contained in:
parent
f27e65f8e0
commit
d589993c6d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ export DATABASE_ENGINE DATABASE_NAME DATABASE_HOST DATABASE_USER \
|
|||
DATABASE_PASSWORD
|
||||
|
||||
# LDAP-based authentication.
|
||||
if [ -f "$__object/enable-ldap-auth" ]; then
|
||||
if [ -f "$__object/parameter/enable-ldap-auth" ]; then
|
||||
ENABLE_LDAP_AUTH=$(get_boolean_for 'enable-ldap-auth')
|
||||
export ENABLE_LDAP_AUTH
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue