SbloodyS commented on code in PR #16105:
URL: 
https://github.com/apache/dolphinscheduler/pull/16105#discussion_r1624068988


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/impl/ldap/LdapService.java:
##########
@@ -67,6 +79,12 @@ public class LdapService {
     @Value("${security.authentication.ldap.user.email-attribute:#{null}}")
     private String ldapEmailAttribute;
 
+    @Value("${security.authentication.ldap.user.admin-attribute:#{null}}")
+    private String ldapAdminIdentifingAttribute;
+
+    @Value("${security.authentication.ldap.user.admin-value:#{null}}")
+    private String ldapAdminIdentifingValue;

Review Comment:
   You should add this to config and docs.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to