sources/ldap: fix logic error in Active Directory account disabled status
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
6
Makefile
6
Makefile
@ -20,11 +20,7 @@ test:
|
||||
lint-fix:
|
||||
isort authentik tests lifecycle
|
||||
black authentik tests lifecycle
|
||||
codespell -I .github/codespell-words.txt -w authentik
|
||||
codespell -I .github/codespell-words.txt -w internal
|
||||
codespell -I .github/codespell-words.txt -w cmd
|
||||
codespell -I .github/codespell-words.txt -w web/src
|
||||
codespell -I .github/codespell-words.txt -w website/src
|
||||
codespell -I .github/codespell-words.txt -S 'web/src/locales/**' -w authentik internal cmd web/src website/src
|
||||
|
||||
lint:
|
||||
pyright authentik tests lifecycle
|
||||
|
||||
Reference in New Issue
Block a user