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