Re: Docker Guacamole Radius Support

2023-09-27 Thread Antoine Besnier
The extension needs to be built separately (license issue).But follow the documentation, and you're good to go:RADIUS Authentication — Apache Guacamole Manual v1.5.3 RegardsAntoine  Le mercredi 27 septembre 2023 à 05:45:29 UTC+2, Mark Rupright a écrit : Does the guacamole docker cont

Re: Docker Guacamole Radius Support

2023-09-27 Thread Nick Couchman
On Wed, Sep 27, 2023 at 9:09 AM Antoine Besnier wrote: > The extension needs to be built separately (license issue). > But follow the documentation, and you're good to go: > RADIUS Authentication — Apache Guacamole Manual v1.5.3 > > > Regard

Is Guacamole susceptible to the WEBP Exploit | CVE-2023-4863

2023-09-27 Thread Caleb Coverdale
Hey there, I was wondering if ApacheGuacamole was susceptible to the webp exploit that was announced. I see in the Guacamole Server code that it is using WebP as the encoder, so I assume that it may be? https://github.com/apache/guacamole-server/blob/master/src/libguac/encode-webp.c Just won

Re: Is Guacamole susceptible to the WEBP Exploit | CVE-2023-4863

2023-09-27 Thread Michael Jumper
On 9/27/2023 8:50 AM, Caleb Coverdale wrote: Hey there, I was wondering if ApacheGuacamole was susceptible to the webp exploit that was announced. I see in the Guacamole Server code that it is using WebP as the encoder, so I assume that it may be? https://github.com/apache/guacamole-server/bl

Re: Docker Guacamole Radius Support

2023-09-27 Thread Michael Jumper
On 9/27/2023 6:21 AM, Nick Couchman wrote: On Wed, Sep 27, 2023 at 9:09 AM Antoine Besnier wrote: The extension needs to be built separately (license issue). But follow the documentation, and you're good to go: RADIUS Authentication — Apache Guacamole Manual v1.5.3

Re: Docker Guacamole Radius Support

2023-09-27 Thread Mark Rupright
Yes! It was in fact a formatting error on my part. I have since corrected it. I will still need to compile and add the required jar file for radius though. Thanks! On Wed, Sep 27, 2023 at 11:58 AM Michael Jumper wrote: > On 9/27/2023 6:21 AM, Nick Couchman wrote: > > On Wed, Sep 27, 2023 at 9:

Docker Guacamole Radius Auth Port Ignored

2023-09-27 Thread Mark Rupright
Hello all, I compiled and installed the radius plugin for docker guac and set my variables for it in the compose file. From what I can tell, it applies all of the variables except for the "radius_auth_port" variable. I need this variable as our radius server listens on a port other than 1812. When

Re: Docker Guacamole Radius Auth Port Ignored

2023-09-27 Thread Michael Jumper
On 9/27/2023 1:16 PM, Mark Rupright wrote: Hello all, I compiled and installed the radius plugin for docker guac and set my variables for it in the compose file. From what I can tell, it applies all of the variables except for the "radius_auth_port" variable. I need this variable as our radiu

Re: Docker Guacamole Radius Auth Port Ignored

2023-09-27 Thread Mark Rupright
Hi Mike, Yes. However, that was not my issue as the variables are all in uppercase as they should be in my compose file. After I emailed the list, I noticed that I spelled RADIUS as RAIDUS even though I checked my compose file numerous times...c’est la vie. Radius authentication is working quite