mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 20:45:59 +08:00
ldap配置优化
This commit is contained in:
parent
b2820232b9
commit
ad0a6d7095
@ -727,7 +727,7 @@ const SystemConfigPage = () => {
|
||||
/>
|
||||
</Form.Item>
|
||||
<div className="helper-text">
|
||||
(LDAP的对外服务地址。例如:ldap.example.com)
|
||||
(LDAP的对外服务地址。例如:ldap://ldap.example.com:389)
|
||||
</div>
|
||||
</Space>
|
||||
</Form.Item>
|
||||
@ -761,7 +761,7 @@ const SystemConfigPage = () => {
|
||||
placeholder="请填写基本DN"
|
||||
/>
|
||||
</Form.Item>
|
||||
<div className="helper-text">(从LDAP根节点搜索用户)</div>
|
||||
<div className="helper-text">(从此节点搜索用户)</div>
|
||||
</Space>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user