From b2820232b915cd39e44aa82f702778c60a5e873f Mon Sep 17 00:00:00 2001 From: xxx Date: Sun, 24 Sep 2023 16:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4ldap-=E9=99=84=E5=8A=A0?= =?UTF-8?q?=E7=94=A8=E6=88=B7dn=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/config/index.tsx | 18 ------------------ 1 file changed, 18 deletions(-) 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的搜索范围限制) -
-
-