mirror of
https://github.com/ZeJMaN/guacamole_ynh.git
synced 2025-07-25 12:50:49 +02:00
add guacamole.properties
This commit is contained in:
13
sources/guacamole.properties
Normal file
13
sources/guacamole.properties
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user