You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/01/07 06:44:35 UTC

[GitHub] [incubator-doris] luozenglin opened a new issue #5203: LDAP authentication support

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] luozenglin closed issue #5203: LDAP authentication support

Posted by GitBox <gi...@apache.org>.
luozenglin closed issue #5203:
URL: https://github.com/apache/incubator-doris/issues/5203


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org