/opt/keeper/share/guacamole-auth-jdbc-mysql/schema
directory:001-create-schema.sql
002-create-admin-user.sql
docker-compose.yml
file and find the "guacamole"
section. Here, add the mysql parameters shown below./etc/guacamole/guacamole.properties
, must now be modified to specify the credentials of the MySQL user and to point the MySQL database:guacamole.properties
file provided with Keeper Connection Manager is organized into sections documented with blocks of comments and example properties. The first section which must be modified is marked "JDBC-1" and defines the TCP connection information for the database in use. Uncomment the mysql-hostname and mysql-port properties, modifying their values to point to your MySQL server:guacamole.properties
during the startup process. To apply the configuration changes, Guacamole must be restarted:/var/log/audit/audit.log
) for AVC denials.http://HOSTNAME:8080/guacamole/
, where “HOSTNAME” is the hostname or IP address of your server). If all is working correctly, you should see a login screen with a username/password prompt, and you will be able to log in using the default account created with the 002-create-admin-user.sql
script: