mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-08 01:51:23 -05:00
feat: LDAP Improvements and E2E testing (#2199)
* add option to enable starttls for ldap * add integration test for ldap service * document new, optional environment variable * fix: support anonymous bind * id and mail attributes in LDAP_USER_FILTER should be implied * remove print statement
This commit is contained in:
@@ -39,6 +39,7 @@ LDAP_AUTH_ENABLED=False
|
||||
# LDAP_SERVER_URL=""
|
||||
# LDAP_TLS_INSECURE=False
|
||||
# LDAP_TLS_CACERTFILE=
|
||||
# LDAP_ENABLE_STARTTLS=False
|
||||
# LDAP_BASE_DN=""
|
||||
# LDAP_QUERY_BIND=""
|
||||
# LDAP_QUERY_PASSWORD=""
|
||||
|
||||
Reference in New Issue
Block a user