-
Notifications
You must be signed in to change notification settings - Fork 20
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
Group listing always returns empty string #25
Comments
the memberof is in lowercases ? because I'm checking and the regex to get the groups is |
probably I need to add ignore case sensitive in the regex here: https://github.com/dignajar/another-ldap-auth/blob/master/files/aldap.py#L74
|
Fixed in version 2.1. |
Thanks @dignajar ! I'll give it a shot later today.. and let you know how it goes. |
I have freeipa ldap server and authentication happens fine however listing groups for some reason always returns empty...
This is how i have configured the relevant parts of deployment
Now this is how my user looks like:
Here's my ingress annotations:
Here's the logs:
What is interesting is that if I try to use the nginx-ldap-auth image instead wiht following config itt works fine:
Can anyone please help me figure out the
LDAP_SEARCH_BASE
andLDAP_SEARCH_FILTER
vars that i need to be rather using?I;ve a tried a multitude of variations for
LDAP_SEARCH_BASE
andLDAP_SEARCH_FILTER
but never succeeded..The text was updated successfully, but these errors were encountered: