authLdap icon indicating copy to clipboard operation
authLdap copied to clipboard

Plugin not finding groups in FreeIPA

Open gvansanden opened this issue 8 years ago • 3 comments

The plugin is not able to find the groups in FreeIPA, the reason I can find is that it is not doing the group lookup authenticated (anonymous bind). It is using the authentication for looking up users though

gvansanden avatar Mar 01 '18 09:03 gvansanden

It should use the credentials that are used for the username-search for the group-lookup as well. So when your LDAP_URI has a username and a password configured that user should be used for the group-lookup. When the LDAP-URI uses an anonymous bind then that is used for the groups as well…

heiglandreas avatar Mar 01 '18 09:03 heiglandreas

Would you mind providing a bit of your configuration so that I can create a test to reproduce the issue?

heiglandreas avatar Mar 06 '18 15:03 heiglandreas

image

This is working config for Freeipa

olexiyb avatar Oct 05 '19 21:10 olexiyb