Update guacamole.properties

This commit is contained in:
Jeremy MANSON 2016-07-14 09:36:17 +02:00 committed by GitHub
parent ced39d5b12
commit 2ad4bc6a38

View File

@ -1,13 +1,9 @@
user-mapping: /etc/guacamole/user-mapping.xml
auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
basic-user-mapping: /etc/guacamole/user-mapping.xml
# Auth provider class # Auth provider class
auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider auth-provider: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider
# MySQL properties # MySQL properties
mysql-hostname: localhost mysql-hostname: localhost
mysql-port: 3306 mysql-port: 3306
mysql-database: guacamole_db mysql-database: guacamole
mysql-username: guacamole_user mysql-username: guacamole
mysql-password: CHANGEME mysql-password: CHANGEME