mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Updated examples.
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
guacd-hostname: localhost
|
guacd-hostname: localhost
|
||||||
guacd-port: 4822
|
guacd-port: 4822
|
||||||
|
|
||||||
# Session provider class (provides and configured guacamole session based on authentication information)
|
# Client provider class (provides and configures a guacamole client based on authentication information)
|
||||||
session-provider: net.sourceforge.guacamole.net.authentication.basic.BasicGuacamoleSessionProvider
|
client-provider: net.sourceforge.guacamole.net.authentication.basic.BasicGuacamoleClientProvider
|
||||||
|
|
||||||
# Auth provider class (authenticates user/pass combination, needed if using the provided login screen)
|
# Auth provider class (authenticates user/pass combination, needed if using the provided login screen)
|
||||||
auth-provider: net.sourceforge.guacamole.net.authentication.basic.BasicFileAuthenticationProvider
|
auth-provider: net.sourceforge.guacamole.net.authentication.basic.BasicFileAuthenticationProvider
|
||||||
|
@@ -3,9 +3,9 @@
|
|||||||
<!-- Per-user authentication and config information -->
|
<!-- Per-user authentication and config information -->
|
||||||
<authorize username="USERNAME" password="PASSWORD">
|
<authorize username="USERNAME" password="PASSWORD">
|
||||||
<protocol>vnc</protocol>
|
<protocol>vnc</protocol>
|
||||||
<hostname>localhost</hostname>
|
<param name="hostname">localhost</param>
|
||||||
<port>5900</port>
|
<param name="port">5900</param>
|
||||||
<password>VNCPASS</password>
|
<param name="password">VNCPASS</param>
|
||||||
</authorize>
|
</authorize>
|
||||||
|
|
||||||
<!-- Another user, but using md5 to hash the password
|
<!-- Another user, but using md5 to hash the password
|
||||||
@@ -15,9 +15,9 @@
|
|||||||
password="319f4d26e3c536b5dd871bb2c52e3178"
|
password="319f4d26e3c536b5dd871bb2c52e3178"
|
||||||
encoding="md5">
|
encoding="md5">
|
||||||
<protocol>vnc</protocol>
|
<protocol>vnc</protocol>
|
||||||
<hostname>localhost</hostname>
|
<param name="hostname">localhost</param>
|
||||||
<port>5901</port>
|
<param name="port">5901</param>
|
||||||
<password>VNCPASS</password>
|
<param name="password">VNCPASS</param>
|
||||||
</authorize>
|
</authorize>
|
||||||
|
|
||||||
</user-mapping>
|
</user-mapping>
|
||||||
|
Reference in New Issue
Block a user