necouchman commented on a change in pull request #548:
URL: https://github.com/apache/guacamole-client/pull/548#discussion_r450954266



##########
File path: guacamole-docker/bin/start.sh
##########
@@ -591,6 +591,18 @@ END
     ln -s /opt/guacamole/duo/guacamole-auth-*.jar   "$GUACAMOLE_EXT"
 }
 
+##
+## Adds properties to guacamole.properties which configure the header
+## authentication provider.
+##
+associate_header() {
+    # Update config file
+    set_optional_property   "http-auth-header"                 
"$HTTP_AUTH_HEADER"

Review comment:
       Nitpick, but can we remove some of the extra spaces, here?




----------------------------------------------------------------
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