mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Fixed spacing
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<user-mapping>
|
<user-mapping>
|
||||||
|
|
||||||
<!-- Per-user authentication and config information -->
|
<!-- Per-user authentication and config information -->
|
||||||
<authorize username="USERNAME" password="PASSWORD">
|
<authorize username="USERNAME" password="PASSWORD">
|
||||||
<protocol>vnc</protocol>
|
<protocol>vnc</protocol>
|
||||||
<param name="hostname">localhost</param>
|
<param name="hostname">localhost</param>
|
||||||
<param name="port">5900</param>
|
<param name="port">5900</param>
|
||||||
<param name="password">VNCPASS</param>
|
<param name="password">VNCPASS</param>
|
||||||
</authorize>
|
</authorize>
|
||||||
|
|
||||||
<!-- Another user, but using md5 to hash the password
|
<!-- Another user, but using md5 to hash the password
|
||||||
(example below uses the md5 hash of "PASSWORD") -->
|
(example below uses the md5 hash of "PASSWORD") -->
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
username="USERNAME2"
|
username="USERNAME2"
|
||||||
password="319f4d26e3c536b5dd871bb2c52e3178"
|
password="319f4d26e3c536b5dd871bb2c52e3178"
|
||||||
encoding="md5">
|
encoding="md5">
|
||||||
<protocol>vnc</protocol>
|
<protocol>vnc</protocol>
|
||||||
<param name="hostname">localhost</param>
|
<param name="hostname">localhost</param>
|
||||||
<param name="port">5901</param>
|
<param name="port">5901</param>
|
||||||
<param name="password">VNCPASS</param>
|
<param name="password">VNCPASS</param>
|
||||||
</authorize>
|
</authorize>
|
||||||
|
|
||||||
</user-mapping>
|
</user-mapping>
|
||||||
|
Reference in New Issue
Block a user