Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP group filtering kinda broken #47

Open
TheRealSpeedy opened this issue Jan 3, 2020 · 3 comments
Open

LDAP group filtering kinda broken #47

TheRealSpeedy opened this issue Jan 3, 2020 · 3 comments

Comments

@TheRealSpeedy
Copy link

Issue

Add these issues to elsewhere:

Other Wekan issues can be added here.

Server Setup Information:

  • Did you test in newest Wekan?: yep
  • Wekan version: 3.57, snap installation
  • Operating System: linux (debian)

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
Copy link
Member

xet7 commented Jan 3, 2020

Maybe you mean this? wekan/univention#5

@TheRealSpeedy
Copy link
Author

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

@xet7 xet7 transferred this issue from wekan/wekan Jan 8, 2020
@marlemion
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants