fix LDAP variable name (#932)

pull/965/head
nightx 2024-03-27 09:42:02 +08:00 committed by GitHub
parent 5504c4350b
commit bc457dedaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
#搜索范围