Last active
April 15, 2016 07:31
-
-
Save TyrfingMjolnir/43753b3758abde725a97a6bb22c93f1b to your computer and use it in GitHub Desktop.
Guacamole sample properties file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: /etc/guacamole/user-mapping.xml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment