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