This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 64d961bf77 [doc](auth)change config for ldap from 2.1.3 (#651)
64d961bf77 is described below

commit 64d961bf77f44cf22968b504bfc17d3d636a4688
Author: zhangdong <[email protected]>
AuthorDate: Wed May 22 09:22:01 2024 +0800

    [doc](auth)change config for ldap from 2.1.3 (#651)
---
 docs/admin-manual/auth/ldap.md                                   | 8 ++++----
 .../current/admin-manual/auth/ldap.md                            | 8 ++++----
 .../version-2.1/admin-manual/auth/ldap.md                        | 9 ++++-----
 versioned_docs/version-2.1/admin-manual/auth/ldap.md             | 8 ++++----
 4 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/docs/admin-manual/auth/ldap.md b/docs/admin-manual/auth/ldap.md
index 30cd57744a..58554967f7 100644
--- a/docs/admin-manual/auth/ldap.md
+++ b/docs/admin-manual/auth/ldap.md
@@ -64,13 +64,13 @@ In LDAP, data is organized in a tree structure.
 
 ## Enable LDAP Authentication
 ### Server-side Configuration
+Configure the authentication method in the 'fe/conf/fe.conf' file as ldap 
'authentication_type=ldap'.
 
-You need to configure the LDAP basic information in the fe/conf/ldap.conf 
file, and the LDAP administrator password needs to be set using sql statements.
+You need to configure the LDAP basic information in the fe/conf/ldap.conf 
file, 
 
-#### Configure the fe/conf/ldap.conf file:
-* ldap_authentication_enabled = false  
-  Set the value to "true" to enable LDAP authentication; when the value is 
"false", LDAP authentication is not enabled and all other configuration items 
of this profile are invalid.Set the value to "true" to enable LDAP 
authentication; when the value is "false", LDAP authentication is not enabled 
and all other configuration items of this profile are invalid.
+and the LDAP administrator password needs to be set using sql statements.
 
+#### Configure the fe/conf/ldap.conf file:
 * ldap_host = 127.0.0.1  
   LDAP service ip.
   
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/ldap.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/ldap.md
index cd2c34e6da..8ac4ea8395 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/ldap.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/ldap.md
@@ -70,13 +70,13 @@ LDAP 组授权是将 LDAP 中的 group 映射到 Doris 中的 Role,如果用
 
 ### server 端配置
 
-需要在 `fe/conf/ldap.conf` 文件中配置 LDAP 基本信息,另有 LDAP 管理员密码需要使用 sql 语句进行设置。
+在 `fe/conf/fe.conf` 文件中配置认证方式为ldap `authentication_type=ldap`。
 
-#### 配置 `fe/conf/ldap.conf` 文件
+在 `fe/conf/ldap.conf` 文件中配置 LDAP 基本信息,
 
-- `ldap_authentication_enabled = false`
+另有 LDAP 管理员密码需要使用 sql 语句进行设置。
 
-  设置值为“true”启用 LDAP 验证;当值为“false”时,不启用 LDAP 验证,该配置文件的其他配置项都无效。
+#### 配置 `fe/conf/ldap.conf` 文件
 
 - `ldap_host = 127.0.0.1`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/auth/ldap.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/auth/ldap.md
index cd2c34e6da..7bee2749e5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/auth/ldap.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/auth/ldap.md
@@ -69,14 +69,13 @@ LDAP 组授权是将 LDAP 中的 group 映射到 Doris 中的 Role,如果用
 ## 启用 LDAP 认证
 
 ### server 端配置
+在`fe/conf/fe.conf` 文件中配置认证方式为ldap `authentication_type=ldap`。
 
-需要在 `fe/conf/ldap.conf` 文件中配置 LDAP 基本信息,另有 LDAP 管理员密码需要使用 sql 语句进行设置。
+在 `fe/conf/ldap.conf` 文件中配置 LDAP 基本信息,
 
-#### 配置 `fe/conf/ldap.conf` 文件
-
-- `ldap_authentication_enabled = false`
+另有 LDAP 管理员密码需要使用 sql 语句进行设置。
 
-  设置值为“true”启用 LDAP 验证;当值为“false”时,不启用 LDAP 验证,该配置文件的其他配置项都无效。
+#### 配置 `fe/conf/ldap.conf` 文件
 
 - `ldap_host = 127.0.0.1`
 
diff --git a/versioned_docs/version-2.1/admin-manual/auth/ldap.md 
b/versioned_docs/version-2.1/admin-manual/auth/ldap.md
index 30cd57744a..58554967f7 100644
--- a/versioned_docs/version-2.1/admin-manual/auth/ldap.md
+++ b/versioned_docs/version-2.1/admin-manual/auth/ldap.md
@@ -64,13 +64,13 @@ In LDAP, data is organized in a tree structure.
 
 ## Enable LDAP Authentication
 ### Server-side Configuration
+Configure the authentication method in the 'fe/conf/fe.conf' file as ldap 
'authentication_type=ldap'.
 
-You need to configure the LDAP basic information in the fe/conf/ldap.conf 
file, and the LDAP administrator password needs to be set using sql statements.
+You need to configure the LDAP basic information in the fe/conf/ldap.conf 
file, 
 
-#### Configure the fe/conf/ldap.conf file:
-* ldap_authentication_enabled = false  
-  Set the value to "true" to enable LDAP authentication; when the value is 
"false", LDAP authentication is not enabled and all other configuration items 
of this profile are invalid.Set the value to "true" to enable LDAP 
authentication; when the value is "false", LDAP authentication is not enabled 
and all other configuration items of this profile are invalid.
+and the LDAP administrator password needs to be set using sql statements.
 
+#### Configure the fe/conf/ldap.conf file:
 * ldap_host = 127.0.0.1  
   LDAP service ip.
   


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to