Bug #3354
ldap_auth is unable to resolv group membership
Status: | Closed | Start date: | 11/14/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 4.10.1 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.10 |
Description
Hi,
just tried to connect one to our openldap-system. It failed, because (our) openldap (it's a ucs - univention corporate server / samba4) isn't returning the memberOf attribute if you do not ask for.
So attached my small patch which will request the attribute.
I also added a ".uniq" to the returned grouplist to avoid useless loops.
Associated revisions
bug #3354: ask for memberOf attribute in ldap auth
Patch sent by Fabian Zimmermann.
bug #3354: ask for memberOf attribute in ldap auth
Patch sent by Fabian Zimmermann.
(cherry picked from commit a2a25673b4e45ef5e932a633ef0fc0a7cd7a5546)
History
#1 Updated by Fabian Zimmermann over 6 years ago
- File ldap_auth.patch added
#2 Updated by Ruben S. Montero over 6 years ago
- Assignee set to Javi Fontan
#3 Updated by Javi Fontan over 6 years ago
- Status changed from Pending to Closed
- Resolution set to fixed
I've applied the patch and works fine. Thanks!