-
Notifications
You must be signed in to change notification settings - Fork 10
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 Filters not working in docker #86
Comments
I can work around the group filter with a user filter using "memberOf" and removing all the LDAP_GROUP_FILTER variables.
However, the group filter logic not working also means that the Sync Admin Status feature is not working. It looks like the first user to log in becomes Admin. |
I'm having a similar issue - using FreeIPA 4.6.6, not OpenLDAP. I'd like to get mine working so that I could upload a sanitized version of my config for other FreeIPA users to this page. EDIT: I should add, I'm not using the Docker image - I'm using the Snap on CentOS 8. I'm going to try some of your efforts but based on my Googling, the admin status thing doesn't seem to work all that well. |
Hi @ptoulouse I just had the very same issue with the Wekan Docker container and the group filtering.
... are related to some errors in OpenLDAP. My workaround was to modify some JS files in this project to avoid this behaviour. In
by this one :
|
Here is my config:
Logs:
From the OpenLDAP container, if I run ldapsearch it works:
Am I missing something obvious? The debug trace is not verbose enough to see if the scope or the Base DN is correctly set for the group query.
The text was updated successfully, but these errors were encountered: