Skip to content

Commit

Permalink
fix LDAP variable name (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
qufeng33 committed Mar 27, 2024
1 parent 5504c43 commit bc457de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/app.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ldap_host="${MINDOC_LDAP_HOST||127.0.0.1}"
#ldap端口
ldap_port=${MINDOC_LDAP_PORT||389}
#ldap内哪个属性作为用户名
ldap_attribute="${MINDOC_LDAP_ATTRIBUTE||sAMAccountName}"
ldap_account="${MINDOC_LDAP_ACCOUNT||sAMAccountName}"
#ldap内哪个属性作为邮箱
ldap_mail="${MINDOC_LDAP_MAIL||mail}"
#搜索范围
Expand Down

0 comments on commit bc457de

Please sign in to comment.