Added MD5 example

This commit is contained in:
Michael Jumper
2010-12-04 23:04:48 -08:00
parent 1bda968b22
commit 0adaae171d

View File

@@ -8,4 +8,16 @@
<password>VNCPASS</password> <password>VNCPASS</password>
</authorize> </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> </user-mapping>