GUAC-587: Add guac-manifest.json to JDBC auth implementations.

This commit is contained in:
Michael Jumper
2015-05-10 22:58:16 -07:00
parent 685694aff4
commit ba639f9e50
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name" : "MySQL Authentication",
"namespace" : "guac-mysql",
"authProviders" : [
"net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider"
]
}

View File

@@ -0,0 +1,11 @@
{
"name" : "PostgreSQL Authentication",
"namespace" : "guac-postgresql",
"authProviders" : [
"org.glyptodon.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider"
]
}