https://bz.apache.org/bugzilla/show_bug.cgi?id=65945

--- Comment #4 from Chris Lott <[email protected]> ---
Thanks RĂ¼diger for the suggestion about "memberof". I definitely tested that
but no luck.  

I added "memberof" to the list of attributes in the AuthLDAPURL line, and I
added these config lines to httpd-ssl.conf:

    PassEnv AUTHORIZE_memberof
    RequestHeader set X-LDAP-Memberof %{AUTHORIZE_memberof}e

But the result was empty, here's log output from my Flask server dumping out
all header items:

2022-03-09T13:37:05+0000 DEBUG mysrv before_request: header ('X-Ldap-Memberof',
'')

I'm using a very simple LDAP server in a docker container - pulled image
bitnami/openldap:2.6 from Dockerhub

Also, the comments from Eric Covener seem to suggest it's impossible to query
an LDAP server for all the user's groups; you don't agree?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to