[Update] LDAP 认证添加配置项 OPT_REFERRALS(解决问题: In order to perform this operation a successful bind must be completed on the connection)

This commit is contained in:
BaiJiangJie
2019-10-25 17:09:22 +08:00
parent 39b4145868
commit ef41ba3117
3 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,10 @@ REDIS_PORT: 6379
#
# LDAP 用户登录时仅允许在用户列表中的用户执行 LDAP Server 认证
# AUTH_LDAP_USER_LOGIN_ONLY_IN_USERS: False
#
# LDAP 认证时如果出现以下信息将参数设置为 0 (详情参见https://www.python-ldap.org/en/latest/faq.html)
# In order to perform this operation a successful bind must be completed on the connection
# AUTH_LDAP_OPTIONS_OPT_REFERRALS: -1
# OTP settings