benrubson commented on a change in pull request #471: GUACAMOLE-753: Add TOTP 
auth method to Docker image
URL: https://github.com/apache/guacamole-client/pull/471#discussion_r375941444
 
 

 ##########
 File path: guacamole-docker/bin/start.sh
 ##########
 @@ -707,6 +722,11 @@ END
     exit 1;
 fi
 
+# Use TOTP if specified.
+if [ -n "$TOTP_ISSUER" ]; then
 
 Review comment:
   I did not want to add another specific var to keep it as simple as possible, 
but I can for sure :+1:
   Your new var / varname sounds good to me.
   Should I ?

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


With regards,
Apache Git Services

Reply via email to