mjeremym2 commented on code in PR #16105:
URL:
https://github.com/apache/dolphinscheduler/pull/16105#discussion_r1625564875
##########
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:
Added config to documentation. Cannot find any LDAP document page on how to
use the attributes?
--
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]