On Thursday, April 10, 2025 at 07:50:31 PM GMT+2, Nick Couchman 
<vn...@apache.org> wrote: 

> I suspect that the length of the HTTP headers is limited

Here's what I do in Apache & Mellon:

RequestHeader set MEL-userGroups %{MELLON_urn:oid:1.2.840.113556.1.2.102}e 
env=MELLON_urn:oid:1.2.840.113556.1.2.102

In an Apache/PHP backend server I can get the group info with 
$_SERVER["HTTP_MEL_USERGROUPS"].
This contains a semicolon-seperated list of groups, and in my case I get a 
string of size 1873.

I'll reconsider the approach.

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to