From 8ea3e68f5b892b493622466a4d279cbf0efda6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E9=98=B3?= Date: Fri, 18 Nov 2022 22:54:55 +0800 Subject: [PATCH] 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