Updated examples.

This commit is contained in:
Michael Jumper
2011-01-02 23:54:35 -08:00
parent 1cf3461b5d
commit 93fc36b810
2 changed files with 8 additions and 8 deletions

View File

@@ -3,9 +3,9 @@
<!-- Per-user authentication and config information -->
<authorize username="USERNAME" password="PASSWORD">
<protocol>vnc</protocol>
<hostname>localhost</hostname>
<port>5900</port>
<password>VNCPASS</password>
<param name="hostname">localhost</param>
<param name="port">5900</param>
<param name="password">VNCPASS</param>
</authorize>
<!-- Another user, but using md5 to hash the password
@@ -15,9 +15,9 @@
password="319f4d26e3c536b5dd871bb2c52e3178"
encoding="md5">
<protocol>vnc</protocol>
<hostname>localhost</hostname>
<port>5901</port>
<password>VNCPASS</password>
<param name="hostname">localhost</param>
<param name="port">5901</param>
<param name="password">VNCPASS</param>
</authorize>
</user-mapping>