Github user krisss85 commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/351#discussion_r244557042
--- Diff: guacamole-docker/bin/build-guacamole.sh ---
@@ -126,3 +126,15 @@ if [ -f
extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar ]; th
mkdir -p "$DESTINATION/radius"
cp extensions/guacamole-auth-radius/target/guacamole-auth-radius*.jar
"$DESTINATION/radius"
fi
+
+# Copy OPENID auth extension and schema modifications
+#
+
+mkdir -p "$DESTINATION/openid"
+tar -xzf extensions/guacamole-auth-openid/target/*.tar.gz \
--- End diff --
@necouchman Thx for checking. You are right. It doesn't make sense to
complicate it here and just copy the jar file.
---