Unverified Commit 2a8358b1 authored by 老广's avatar 老广 Committed by GitHub

Bugfix ldap option (#1300)

* [Update] 修改replay api

* [Bugfix] 修复ldap参数改错引起的bug
parent e9b86ca6
......@@ -330,7 +330,7 @@ AUTH_LDAP_GROUP_SEARCH = LDAPSearch(
AUTH_LDAP_GROUP_SEARCH_OU, ldap.SCOPE_SUBTREE, AUTH_LDAP_GROUP_SEARCH_FILTER
)
AUTH_LDAP_CONNECTION_OPTIONS = {
ldap.TIMEOUT: 5
ldap.OPT_TIMEOUT: 5
}
AUTH_LDAP_ALWAYS_UPDATE_USER = True
AUTH_LDAP_BACKEND = 'django_auth_ldap.backend.LDAPBackend'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment