Hi @robert.getreuer
I verified there is a typo in your configuration:
REDASH_LDAP_BIND_DN-PASSWORD="ldapreader-password"
should be
REDASH_LDAP_BIND_DN_PASSWORD="ldapreader-password"
In addition, you should install the ldap3 module:
sudo su
cd /opt/bitnami
./use_redash
. ./apps/redash/htdocs/venv/bin/activate
pip install ldap3
Let us know if this solves the issue.
Was my answer helpful? Click on 