You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #2335 on October 18, 2023 04:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
重现步骤
.env配置
ENABLE_LDAP=true
AUTH_LDAP_ALWAYS_UPDATE_USER=true
AUTH_LDAP_SERVER_URI="ldap://ipa.xxx.com:389"
AUTH_LDAP_BIND_DN="uid=reader,cn=users,cn=accounts,dc=xxx,dc=com"
AUTH_LDAP_BIND_PASSWORD="xxx"
AUTH_LDAP_USER_DN_TEMPLATE="uid=%(user)s,cn=users,cn=accounts,dc=xxx,dc=com"
AUTH_LDAP_USER_ATTR_MAP=username=uid,display=uid,email=mail
预期外的结果
日志文本
版本
1.9.1
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
Beta Was this translation helpful? Give feedback.
All reactions