We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f946a5e + 502a9b5 commit 00898a1Copy full SHA for 00898a1
docker-entrypoint.sh
@@ -69,6 +69,9 @@ if [ ! -f ".env" ]; then
69
LDAP_PASS=${LDAP_PASS:-false}
70
LDAP_USER_FILTER=${LDAP_USER_FILTER:-false}
71
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}
75
76
# SAML2 Settings; AUTH_MODE=saml2
77
AUTH_AUTO_INITIATE=${AUTH_AUTO_INITIATE:-false}
0 commit comments