mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
Working login page and user auth configuration
This commit is contained in:
11
guacamole/web-client/doc/example/user-mapping.xml
Normal file
11
guacamole/web-client/doc/example/user-mapping.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user