mjeremym2 commented on PR #16105:
URL:
https://github.com/apache/dolphinscheduler/pull/16105#issuecomment-2154537038
Improved feature buy replacing "admin-attribute" and "admin-value" to
"admin-filter" so a filter check is applied to find admin users. This will
enalbed different LDAP setup for ROLES. The filter makes it ver generic to
identify the ADMIN role
For the "ldap.forumsys.com" were we make all scientist admins
(&(ou=scientists)(uniqueMember=uid={0},dc=example,dc=com))
to the use of "memberOf" assigning of roles.
(&(sAMAccountName={0})(memberOf=CN=admin,OU=dolphin,DC=example,DC=com)
--
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]