From 2ad4bc6a3878b81d24b7b273dd6687f29bf81d69 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Thu, 14 Jul 2016 09:36:17 +0200 Subject: [PATCH] Update guacamole.properties --- sources/guacamole.properties | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sources/guacamole.properties b/sources/guacamole.properties index 344ebba..ef4e933 100644 --- a/sources/guacamole.properties +++ b/sources/guacamole.properties @@ -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: net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider # MySQL properties mysql-hostname: localhost mysql-port: 3306 -mysql-database: guacamole_db -mysql-username: guacamole_user -mysql-password: CHANGEME \ No newline at end of file +mysql-database: guacamole +mysql-username: guacamole +mysql-password: CHANGEME