Files
guacamole-client/guacamole/web-client/doc/example/user-mapping.xml
2010-12-04 20:47:34 -08:00

12 lines
269 B
XML

<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>
</user-mapping>