On Sun, Nov 21, 2021 at 1:08 PM Andrea Miconi <[email protected]> wrote:
> Where can I find the RADIUS extension? > The manual says it must be compiled in for the difference in licenses, but > it does not say where to download it. > Thanks in advance > We do not distribute a binary version of the extension. The licensing limitations (LGPL incompatibility with the Apache 2.0 license) mean that we can only distribute the source code, and we cannot allow it to be built by default. So, in order to use this extension, you will need to download the guacamole-client source code (or check it out from our git repository), and then build with the lgpl-extensions profile. The source code for the RADIUS extension is part of the main guacamole-client source code, so there's no separate source file/repository for it. -Nick
