mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
12 lines
269 B
XML
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>
|