mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
* Use Base DN for LDAP and fetch user attrs Requires that a Base DN be set for LDAP Set `full_name` and `email` based on LDAP attributes when creating user * Add support for secure LDAP Allow insecure LDAP connection (disabled by default) Use CA when connecting to secure LDAP server * Added missing quotes to example * Update security.py * Update security.py formatting * Update security.py Switched to f-String formatting * formatting * Update test_security.py Added at attributes for testing * Update test_security.py Modified tests for base DN * Update test_security.py Set proper base DN for testing * Update test_security.py Corrected testing for LDAP * Update test_security.py Defined base_dn * Authenticated user not in base DN Add check for when user can authenticate but is not in base DN * Update test_security.py LDAP user cannot exist as it is searched before it is created and the list returns False Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com> |
||
---|---|---|
.. | ||
core | ||
pkgs/i18n | ||
repository_tests | ||
schema_tests | ||
services_tests | ||
validator_tests | ||
__init__.py | ||
test_alembic.py | ||
test_cleaner.py | ||
test_config.py | ||
test_exceptions.py | ||
test_ingredient_parser.py | ||
test_open_api.py | ||
test_recipe_export_types.py | ||
test_recipe_parser.py | ||
test_security.py | ||
test_utils.py |