Skip to content

Commit

Permalink
Merge pull request #403 from Mitchou/master
Browse files Browse the repository at this point in the history
Add LDAP options
  • Loading branch information
rjhenry committed Jun 27, 2023
2 parents f946a5e + 502a9b5 commit 00898a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-entrypoint.sh
Expand Up @@ -69,6 +69,9 @@ if [ ! -f ".env" ]; then
LDAP_PASS=${LDAP_PASS:-false}
LDAP_USER_FILTER=${LDAP_USER_FILTER:-false}
LDAP_VERSION=${LDAP_VERSION:-false}
LDAP_ID_ATTRIBUTE=${LDAP_ID_ATTRIBUTE:-false}
LDAP_TLS_INSECURE=${LDAP_TLS_INSECURE:-false}
LDAP_DISPLAY_NAME_ATTRIBUTE=${LDAP_DISPLAY_NAME_ATTRIBUTE:-false}
# SAML2 Settings; AUTH_MODE=saml2
AUTH_AUTO_INITIATE=${AUTH_AUTO_INITIATE:-false}
Expand Down

0 comments on commit 00898a1

Please sign in to comment.