-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #9175] Support ldap filter config #9178
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #9178 +/- ##
=============================================
+ Coverage 43.62% 43.71% +0.09%
- Complexity 4780 4787 +7
=============================================
Files 914 914
Lines 32709 32710 +1
Branches 3779 3779
=============================================
+ Hits 14269 14300 +31
+ Misses 17040 17007 -33
- Partials 1400 1403 +3
Continue to review full report at Codecov.
|
完善一下单元测试 |
@@ -171,6 +171,7 @@ nacos.core.auth.plugin.nacos.token.secret.key=SecretKey0123456789012345678901234 | |||
#nacos.core.auth.ldap.userDn=cn=admin,${nacos.core.auth.ldap.basedc} | |||
#nacos.core.auth.ldap.password=admin | |||
#nacos.core.auth.ldap.userdn=cn={0},dc=example,dc=org | |||
#nacos.core.auth.ldap.filter.prefix=uid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
application.properties.example 这个文件也添加一下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,没问题
resolve issue #9175
What is the purpose of the change
XXXXX
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.