wekan / ldap

LDAP support for Wekan code has been moved to https://github.com/wekan/wekan/tree/master/packages/wekan-ldap , issues to https://github.com/wekan/wekan/issues , and if PRs are needed please add them instead to https://github.com/wekan/wekan/pulls
https://github.com/wekan/wekan/tree/master/packages/wekan-ldap
MIT License
12 stars 10 forks source link

LDAP group filtering kinda broken #47

Open TheRealSpeedy opened 4 years ago

TheRealSpeedy commented 4 years ago

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.

xet7 commented 4 years ago

Maybe you mean this? https://github.com/wekan/univention/issues/5

TheRealSpeedy commented 4 years ago

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

marlemion commented 3 years ago

Still does not work. The functionality should be either removed or fixed.