Open TheRealSpeedy opened 4 years ago
Maybe you mean this? https://github.com/wekan/univention/issues/5
What? No. I just want the filter to work, no UI or something.
The LDAP group filter should be (&(objectClass=group)(CN=BoardUsers))
with the above mentioned settings, but I only get (&(objectClass=group))
Still does not work. The functionality should be either removed or fixed.
Issue
Add these issues to elsewhere:
Other Wekan issues can be added here.
Server Setup Information:
Problem description:
I have a group named BoardUsers configured in my MS AD. The group filter should now check if the user is in this group or not.
I set these values as my config for the LDAP group filter;
ldap-group-filter-enable true ldap-group-filter-group-id-attribute CN ldap-group-filter-group-name BoardUsers ldap-group-filter-objectclass group
But the log states
[DEBUG] Group filter LDAP: "(&(objectClass=group))"
Is there anything I'm misunderstanding about this filter? The help site for it isn't really helping either.