knacktim commented on a change in pull request #615:
URL: https://github.com/apache/guacamole-client/pull/615#discussion_r644717395



##########
File path: guacamole-docker/bin/build-guacamole.sh
##########
@@ -165,6 +165,21 @@ if [ -f extensions/guacamole-auth-duo/target/*.tar.gz ]; 
then
         "*.jar"
 fi
 
+#
+# Copy Saml auth extension if it was built
+#
+
+if [ -f extensions/guacamole-auth-saml/target/*.tar.gz ]; then
+    mkdir -p "$DESTINATION/saml"
+    tar -xzf extensions/guacamole-auth-saml/target/*.tar.gz \
+        -C "$DESTINATION/duo/"                             \

Review comment:
       > I've just been testing the changes and for some reason the .jar file 
for saml is not present in the docker image:
   
   You are copying it to the wrong directory.  Copy paste error from the one 
above it ;)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to