Ticket #269: Changed password hash column to binary(32) and added a database script to create a default admin user

This commit is contained in:
James Muehlner
2013-02-12 11:41:36 -08:00
parent e9396999a4
commit f831287747
38 changed files with 588 additions and 650 deletions

View File

@@ -63,6 +63,10 @@ guacamole.properties such that the authentication provider is available.
A schema file is provided in the schema directory for creating
the guacamole authentication tables in your MySQL database.
Additionally, a script is provided to create a default admin user
with username 'guacadmin' and password 'guacadmin'. This user can
be used to set up any other connections and users.
4) Configure guacamole.properties for MySQL
There are additional properties required by the MySQL JDBC driver