Skip to content

Commit 00898a1

Browse files
authored
Merge pull request #403 from Mitchou/master
Add LDAP options
2 parents f946a5e + 502a9b5 commit 00898a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ if [ ! -f ".env" ]; then
6969
LDAP_PASS=${LDAP_PASS:-false}
7070
LDAP_USER_FILTER=${LDAP_USER_FILTER:-false}
7171
LDAP_VERSION=${LDAP_VERSION:-false}
72+
LDAP_ID_ATTRIBUTE=${LDAP_ID_ATTRIBUTE:-false}
73+
LDAP_TLS_INSECURE=${LDAP_TLS_INSECURE:-false}
74+
LDAP_DISPLAY_NAME_ATTRIBUTE=${LDAP_DISPLAY_NAME_ATTRIBUTE:-false}
7275
7376
# SAML2 Settings; AUTH_MODE=saml2
7477
AUTH_AUTO_INITIATE=${AUTH_AUTO_INITIATE:-false}

0 commit comments

Comments
 (0)