diff --git a/src/pages/system/config/index.tsx b/src/pages/system/config/index.tsx index 4145c82..b641126 100644 --- a/src/pages/system/config/index.tsx +++ b/src/pages/system/config/index.tsx @@ -170,10 +170,6 @@ const SystemConfigPage = () => { form.setFieldsValue({ "ldap.base_dn": configData[i].key_value, }); - } else if (configData[i].key_name === "ldap.user_dn_prefix") { - form.setFieldsValue({ - "ldap.user_dn_prefix": configData[i].key_value, - }); } } }); @@ -768,20 +764,6 @@ const SystemConfigPage = () => {
(从LDAP根节点搜索用户)
- - - - - -
- (搜索用户时,基于基础DN的搜索范围限制) -
-
-