-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
I have paid support for Prehensile Tales B.V.
It would be good if LDAP groups that match a particular LDAP query get created as teams or organizations in Wekan with the associated user memberships. Required new options would be something like:
LDAP_GROUP_SEARCH_FILTER_TEAMS=(search_filter)
LDAP_GROUP_SEARCH_FILTER_ORGANIZATIONS=(search_filter_
LDAP_SYNC_TEAMS=[true/false]
LDAP_SYNC_ORGANIZATIONS=[true/false]
It is probably safe to reuse the existing machinery to determine group memberships as implemented using
LDAP_GROUP_FILTER_OBJECTCLASS
LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE
LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE
LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT
If there is a use-case for having a whole different group objectclass for teams and organizations the above would have to be implemented separately for teams and organizations as well.