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: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
> > 
> >
> > Regards
> > Antoine
> >
> >
> > Good point, Antoine - the stock Docker image likely does not contain the
> > JAR file for the RADIUS extension due to these license issues, and it
> > will likely need to be built manually with the correct options.
> >
> >
> > Le mercredi 27 septembre 2023 à 05:45:29 UTC+2, Mark Rupright
> >  a écrit :
> >
> >
> > Does the guacamole docker container natively support radius? If not,
> > would someone kindly point me in the right direction to get it
> > configured? I have added the variables for radius thinking it was
> > supported to my compose file and receive the following error(s)
> > referencing each variable:
> >
> >   services.guacamole Additional property RADIUS_HOSTNAME is not
> allowed
> >
> >
> > Can you confirm the version of the Docker image you're running, and from
> > what source? This doesn't look like an error message that is part of the
> > official Guacamole image/startup script.
> >
>
> I think that error is from Docker Compose, reporting that the
> docker-compose.yml file is malformed.
>
> - Mike
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>


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


Regards
Antoine 



Good point, Antoine - the stock Docker image likely does not contain the 
JAR file for the RADIUS extension due to these license issues, and it 
will likely need to be built manually with the correct options.



Le mercredi 27 septembre 2023 à 05:45:29 UTC+2, Mark Rupright
 a écrit :


Does the guacamole docker container natively support radius? If not,
would someone kindly point me in the right direction to get it
configured? I have added the variables for radius thinking it was
supported to my compose file and receive the following error(s)
referencing each variable:

  services.guacamole Additional property RADIUS_HOSTNAME is not allowed


Can you confirm the version of the Docker image you're running, and from 
what source? This doesn't look like an error message that is part of the 
official Guacamole image/startup script.




I think that error is from Docker Compose, reporting that the 
docker-compose.yml file is malformed.


- Mike


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



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

Good point, Antoine - the stock Docker image likely does not contain the
JAR file for the RADIUS extension due to these license issues, and it will
likely need to be built manually with the correct options.


>
> Le mercredi 27 septembre 2023 à 05:45:29 UTC+2, Mark Rupright
>  a écrit :
>
>
> Does the guacamole docker container natively support radius? If not, would
> someone kindly point me in the right direction to get it configured? I have
> added the variables for radius thinking it was supported to my compose file
> and receive the following error(s) referencing each variable:
>
>  services.guacamole Additional property RADIUS_HOSTNAME is not allowed
>

Can you confirm the version of the Docker image you're running, and from
what source? This doesn't look like an error message that is part of the
official Guacamole image/startup script.

-Nick

>


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 container natively support radius? If not, would 
someone kindly point me in the right direction to get it configured? I have 
added the variables for radius thinking it was supported to my compose file and 
receive the following error(s) referencing each variable:

 services.guacamole Additional property RADIUS_HOSTNAME is not allowed
I appreciate the help.  

Docker Guacamole Radius Support

2023-09-26 Thread Mark Rupright
Does the guacamole docker container natively support radius? If not, would
someone kindly point me in the right direction to get it configured? I have
added the variables for radius thinking it was supported to my compose file
and receive the following error(s) referencing each variable:

 services.guacamole Additional property RADIUS_HOSTNAME is not allowed

I appreciate the help.