luozenglin opened a new issue #5203: URL: https://github.com/apache/incubator-doris/issues/5203
**Describe the solution you'd like** First, support ldap authentication login. User can use the user name and password in the LDAP server to log in to Doris. If there is an account with the user name in Doris, log in to the Doris account. Otherwise, create a temporary account in Doris. And delete the temporary account when disconnecting. Second, support LDAP group authorization.Doris can map the ldap group to the doris role, and grant these privileges of the roles to the doris account when logging in to doris. And revoke these privileges when disconnecting. This requires that the LDAP group name be the same as the Doris role name. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
