Removed all files now part of other repos, moved default webapp source up

This commit is contained in:
Michael Jumper
2010-12-15 13:36:33 -08:00
parent 5a3d6629e6
commit 49e7624dfc
50 changed files with 0 additions and 4094 deletions

View File

@@ -0,0 +1,23 @@
<user-mapping>
<!-- Per-user authentication and config information -->
<authorize username="USERNAME" password="PASSWORD">
<protocol>vnc</protocol>
<hostname>localhost</hostname>
<port>5900</port>
<password>VNCPASS</password>
</authorize>
<!-- Another user, but using md5 to hash the password
(example below uses the md5 hash of "PASSWORD") -->
<authorize
username="USERNAME2"
password="319f4d26e3c536b5dd871bb2c52e3178"
encoding="md5">
<protocol>vnc</protocol>
<hostname>localhost</hostname>
<port>5901</port>
<password>VNCPASS</password>
</authorize>
</user-mapping>