GUAC-1103: Add stubbed PostgreSQL authentication by copying the MySQL auth. Has not yet been tested against an actual DB nor the PostgreSQL JDBC driver.

This commit is contained in:
Michael Jumper
2015-03-02 12:21:24 -08:00
parent d731d9a404
commit 15240cc7b1
18 changed files with 1811 additions and 1 deletions

View File

@@ -20,8 +20,9 @@
<!-- Base JDBC classes -->
<module>modules/guacamole-auth-jdbc-base</module>
<!-- MySQL authentication -->
<!-- Database-specific implementations -->
<module>modules/guacamole-auth-jdbc-mysql</module>
<module>modules/guacamole-auth-jdbc-postgresql</module>
</modules>