On Tue, Aug 20, 2019 at 1:19 PM "michael böhm" <[email protected]> wrote:

> Hi Nick,
>
> thanks for your answer.
>
> I basically followed this chapter and adapted it for docker:
>
> https://guacamole.apache.org/doc/gug/radius-auth.html
>
> I used the given mvn-command on the checked-out repo to create a
> guacamole-auth-radius-1.1.0.jar which I added to the container's extension
> directory. I also had to disable javadoc as otherwise mvn gave me errors
> while compiling. I don't think that matters.
>
> On start of the container, docker logs tells me that the Radius-extension
> is "not compatible with this version of Guacamole" so I thought that the
> docker-image might be too old. Now, you tell me, that there is no 1.1.0 but
> what else could be the issue?
>

It sounds like you've checked out the repo and are trying to build the
extension from that code, while the Docker image is probably version
1.0.0.  This probably won't work.  Try downloading the 1.0.0 source code
from the Guacamole website, instead, and building from that, and then add
the extension from that build into the Docker image.

-Nick

Reply via email to