Files
doris/docs/en/sql-reference/sql-statements/Administration/SET LDAP_ADMIN_PASSWORD.md
luozenglin 9ca369aa58 [Feature][LDAP] Add LDAP authentication login and LDAP group authorization support. (#6333)
* [Feature][LDAP] Add LDAP authentication login and LDAP group authorization support.

* Update docs/.vuepress/sidebar/en.js

Co-authored-by: Mingyu Chen <morningman.cmy@gmail.com>

Co-authored-by: Mingyu Chen <morningman.cmy@gmail.com>
2021-07-30 09:24:50 +08:00

1.3 KiB

title, language
title language
SET LDAP_ADMIN_PASSWORD en

SET LDAP_ADMIN_PASSWORD

description

Syntax:

SET LDAP_ADMIN_PASSWORD = 'plain password'

The SET command is used to set the LDAP administrator password. When using LDAP authentication, doris needs to use the administrator account and password to query the LDAP service for information about the logging user.

example

  1. Set LDAP admin password:
SET LDAP_ADMIN_PASSWORD = '123456'

keyword

SET, LDAP, LDAP_ADMIN_PASSWORD