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

--- Comment #6 from Chris Lott <[email protected]> ---
Hi RĂ¼diger, thanks for the suggestion.  I tested it by adding 'memberof' to the
list of attributes in my AuthLDAPURL string, then added these config lines:

    PassEnv AUTHORIZE_memberof
    RequestHeader set X-LDAP-memberof-e %{AUTHORIZE_memberof}e
    RequestHeader set X-LDAP-memberof-s %{AUTHORIZE_memberof}s


But the result was as before, with the slight difference that the "e" value is
the empty string and the "s" value is the 6-character sequence (null):

2022-03-10T13:19:40+0000 DEBUG tesrv before_request: header
('X-Ldap-Memberof-E', '')
2022-03-10T13:19:40+0000 DEBUG tesrv before_request: header
('X-Ldap-Memberof-S', '(null)')

Then I used the force & read the source.  I checked file
https://github.com/apache/httpd/blob/trunk/modules/aaa/mod_authnz_ldap.c where
I could not find a single occurrence of string `memberof`.  Is that the right
file to check for this feature?

-- 
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