ldap配置优化

This commit is contained in:
xxx 2023-09-24 16:04:05 +08:00
parent b2820232b9
commit ad0a6d7095

View File

@ -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