On Sun, Aug 6, 2023 at 7:21 AM Robert Dinse <[email protected]> wrote: > > I am attempting to follow instructions for setting up header and > database authentication. > > I am trying to follow instructions here: > > https://guacamole.apache.org/doc/gug/jdbc-auth.html > > I am planning on using MariaDB 10.6 as that is the main database I use > for most things, so following step 1, I have created > /etc/guacamole/extensions and /etc/guacamole/lib. > > Following step 2, I have copied guacamole-auth-jdbc-mysql-1.5.3. into > /etc/guacamole/extensions as well as guacamole-auth-header-1.5.3.jar as I > actually intend to use it for authentication and the jdbc module for server > config. > > Step 3 says, Copy the JDBC driver for your database to > GUACAMOLE_HOME/lib. Whee do I get the JDBC driver for MariaDB 10.6? I am > using Ubuntu 22.04. is libmariadb.java what I want? Do I just copy from > /usr/lib?
The latest versions can be found, here: https://mariadb.com/kb/en/about-mariadb-connector-j/ You might be able to either copy or symlink from /usr/lib on your system, which would have the added benefit of being easier to keep things up-to-date with normal package management. > > Then for Step 4, I take it that guacamole database, guacamole user, and > guacamole password are arbitrary as long as I use the same names in > guacamole.properties? > Correct. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
