REFRESH-LDAP
REFRESH-LDAP
Name
REFRESH-LDAP
Description
This statement is used to refresh the cached information of LDAP in Doris. The default timeout for LDAP information cache in Doris is 12 hours, which can be viewed by SHOW FRONTEND CONFIG LIKE 'ldap_ user_cache_timeout_s';
.
syntax:
REFRESH LDAP ALL;
REFRESH LDAP [for user_name];
Example
refresh all LDAP user cache information
REFRESH LDAP ALL;
refresh the cache information for the current LDAP user
REFRESH LDAP;
refresh the cache information of the specified LDAP user user1
REFRESH LDAP for user1;
Keywords
REFRESH, LDAP