You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/07/29 23:35:17 UTC

[GitHub] [guacamole-client] necouchman commented on a change in pull request #633: GUACAMOLE-1391: Add support for hashing passwords with SHA-256 in user-mapping.xml

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



##########
File path: guacamole/doc/example/user-mapping.xml
##########
@@ -35,21 +35,36 @@
             encoding="md5">
 
         <!-- First authorized connection -->
-		<connection name="localhost">
+    	<connection name="localhost">
             <protocol>vnc</protocol>
             <param name="hostname">localhost</param>
             <param name="port">5901</param>
             <param name="password">VNCPASS</param>
         </connection>
 
         <!-- Second authorized connection -->
-   		<connection name="otherhost">
+		<connection name="otherhost">

Review comment:
       Tab crept in, 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.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org