mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
10 lines
321 B
Properties
10 lines
321 B
Properties
|
|
# Hostname and port of guacamole proxy
|
|
guacd-hostname: localhost
|
|
guacd-port: 4822
|
|
|
|
# Auth provider class (authenticates user/pass combination, needed if using the provided login screen)
|
|
auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
|
|
basic-user-mapping: /path/to/user-mapping.xml
|
|
|