mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-10 04:15:38 -05:00
Add LDAP authentication support (v2, onto dev) (#803)
* Add LDAP authentication support * Add test for LDAP authentication
This commit is contained in:
@@ -33,4 +33,10 @@ RECIPE_SHOW_NUTRITION=False
|
||||
RECIPE_SHOW_ASSETS=False
|
||||
RECIPE_LANDSCAPE_VIEW=False
|
||||
RECIPE_DISABLE_COMMENTS=False
|
||||
RECIPE_DISABLE_AMOUNT=False
|
||||
RECIPE_DISABLE_AMOUNT=False
|
||||
|
||||
# Configuration for authentication via an external LDAP server
|
||||
LDAP_AUTH_ENABLED=False
|
||||
LDAP_SERVER_URL=None
|
||||
LDAP_BIND_TEMPLATE=None
|
||||
LDAP_ADMIN_FILTER=None
|
||||
|
||||
Reference in New Issue
Block a user