fix ldap login

This commit is contained in:
lovvvve
2023-08-01 11:27:29 +00:00
parent 695e9f7546
commit 883d7776e1
2 changed files with 4 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ DEFAULT_SERVICE = "http://127.0.0.1:8000"
AUTH_WITH_LDAP = False
LDAP_SERVER = ''
LDAP_DOMAIN = ''
LDAP_USER_DN = 'cn={},ou=users,dc=xxx,dc=com'
# # pagination
DEFAULT_PAGE_COUNT = 50