Code cleanup, add backwards compatibility.

This commit is contained in:
Michael Jumper
2012-04-18 12:31:20 -07:00
parent eccce8866f
commit 13d9283465
2 changed files with 70 additions and 29 deletions

View File

@@ -2,15 +2,10 @@
<!-- Per-user authentication and config information -->
<authorize username="USERNAME" password="PASSWORD">
<!-- Single authorized connection -->
<connection name="localhost">
<protocol>vnc</protocol>
<param name="hostname">localhost</param>
<param name="port">5900</param>
<param name="password">VNCPASS</param>
</connection>
<protocol>vnc</protocol>
<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