This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch 3.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.3-prepare by this push:
new 8ea3e68f5b fix-ldap-error (#12929)
8ea3e68f5b is described below
commit 8ea3e68f5b892b493622466a4d279cbf0efda6c2
Author: 旺阳 <[email protected]>
AuthorDate: Fri Nov 18 22:54:55 2022 +0800
fix-ldap-error (#12929)
---
dolphinscheduler-api/src/main/resources/application.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dolphinscheduler-api/src/main/resources/application.yaml
b/dolphinscheduler-api/src/main/resources/application.yaml
index 3a96ff0ffa..955c250b8c 100644
--- a/dolphinscheduler-api/src/main/resources/application.yaml
+++ b/dolphinscheduler-api/src/main/resources/application.yaml
@@ -150,8 +150,9 @@ security:
base.dn: dc=example,dc=com
username: cn=read-only-admin,dc=example,dc=com
password: password
- user.identity.attribute: uid
- user.email.attribute: mail
+ user:
+ identity-attribute: uid
+ email-attribute: mail
# Traffic control, if you turn on this config, the maximum number of request/s
will be limited.
# global max request number per second