From a20cf1e03e18ac4e9b8f70ccdba6b995ee2f56fe Mon Sep 17 00:00:00 2001 From: Toms1999 <94617906+Toms1999@users.noreply.github.com> Date: Tue, 26 Apr 2022 10:25:07 +0800 Subject: [PATCH] [typo](annotation): fix typo in ldap.conf (#9200) --- fe/conf/ldap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/conf/ldap.conf b/fe/conf/ldap.conf index 4c36566e3c..7c1aabf068 100644 --- a/fe/conf/ldap.conf +++ b/fe/conf/ldap.conf @@ -31,7 +31,7 @@ # ldap_user_filter - User lookup filter, the placeholder {login} will be replaced by the user supplied login. # ldap_group_basedn - Search base for groups. ## step2: Restart fe, and use root or admin account to log in to doris. -## setp3: Execute sql statement to set ldap admin password: +## step3: Execute sql statement to set ldap admin password: # set ldap_admin_password = 'password'; ldap_authentication_enabled = false ldap_host = 127.0.0.1