geosmart opened a new pull request #3743:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3743
## What is the purpose of the pull request
impletments FAETURE [#736] to integrate ldap authentication
## Brief change log
*(for example:)*
- format code in package `org.apache.dolphinscheduler.api.security`
- add ldap config in `application-api.properties`,config use online mock
ldap server
- core logic in `LdapAuthenticator`(for user login ) and `LdapService`
(for ldap auth)
## Verify this pull request
This change added tests and can be verified as follows:
*(example:)*
- Added LdapAuthenticatorTest to test authenticate.
- Added LdapServiceTest to test ldap auth.
- Change SecurityConfigTest to SecurityConfigPassWordTest fro password
auth.
- Added SecurityConfigLDAPTest fro ldapauth.
- refactor authentication with ldap and password
----------------------------------------------------------------
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]