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 33caac1429c Update ldap.md (#980)
33caac1429c is described below

commit 33caac1429c0ce0a0070e9fa9be3524aa18b4029
Author: nsivarajan <117266407+nsivara...@users.noreply.github.com>
AuthorDate: Wed Aug 14 15:02:01 2024 +0530

    Update ldap.md (#980)
    
    Typo correction
---
 versioned_docs/version-2.1/admin-manual/auth/ldap.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 58554967f7a..1fe10387381 100644
--- a/versioned_docs/version-2.1/admin-manual/auth/ldap.md
+++ b/versioned_docs/version-2.1/admin-manual/auth/ldap.md
@@ -195,7 +195,7 @@ mysql -hDoris_HOST -PDoris_PORT -ujack -p 123456
 
 ### LDAP group authorization details
 
-If a DLAP user dn is the "member" attribute of an LDAP group node, Doris 
assumes that the user belongs to the group. Doris will revoke the corresponding 
role privileges after the user logs out. Before using LDAP group authorization, 
you should create the corresponding role pairs in Doris and authorize the roles.
+If a LDAP user dn is the "member" attribute of an LDAP group node, Doris 
assumes that the user belongs to the group. Doris will revoke the corresponding 
role privileges after the user logs out. Before using LDAP group authorization, 
you should create the corresponding role pairs in Doris and authorize the roles.
 
 Login user Privileges are related to Doris user and group Privileges, as shown 
in the following table:  
 |LDAP Users|Doris Users|Login User Privileges|
@@ -240,4 +240,4 @@ To avoid frequent access to LDAP service, Doris will cache 
LDAP information into
   1. Through 'show roles` Check if the expected role exists in Doris. If it 
does not exist, you need to use the 'CREATE ROLE role'_ Name` Create a 
character.
   2. Check if the expected group is in 'ldap'_ Group_ Based on the 
corresponding organizational structure.
   3. Check if the expected group contains the member attribute.
-  4. Check if the member attribute of the expected group contains the current 
user.
\ No newline at end of file
+  4. Check if the member attribute of the expected group contains the current 
user.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to