--- { "title": "LDAP", "language": "en" } --- ## LDAP ### Name LDAP ### Description SET LDAP_ADMIN_PASSWORD ```sql SET LDAP_ADMIN_PASSWORD = 'plain password' ```` The SET LDAP_ADMIN_PASSWORD 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 login user information. ### Example 1. Set the LDAP administrator password ```sql SET LDAP_ADMIN_PASSWORD = '123456' ```` ### Keywords LDAP ### Best Practice