GitHub user jolentes opened a pull request:
https://github.com/apache/guacamole-client/pull/347
Feature docker build radius
Extending docker build process to allow passing maven profile to include
radius auth.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jolentes/guacamole-client
feature_docker_build_radius
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/347.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #347
----
commit 0f31028565a539c25a9a67d72b4901db024506e1
Author: Joern Lentes <joern.lentes@...>
Date: 2018-12-21T10:15:25Z
GUACAMOLE-682: add option to include RADIUS authentication in docker
To include library for RADIUS authentication in the docker image the
build needs to activate the maven profile "lgpl-extentions" and copy
the library into the image.
The docker start script needs to pass through settings and link the
library to GUACAMOLE_HOME.
commit 95611f2d936e2434829209ad6caa5f9b4a586efa
Author: Joern Lentes <joern.lentes@...>
Date: 2018-12-21T13:50:46Z
GUACAMOLE-682: fix env variable passing
commit 2e98f6f8a0153d8a3c9f24c8dbb0658acd085b6d
Author: Joern Lentes <joern.lentes@...>
Date: 2018-12-21T14:04:28Z
GUACAMOLE-682: added comment with example to build with RADIUS
----
---