mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-587: Add guac-manifest.json to JDBC auth implementations.
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"name" : "MySQL Authentication",
|
||||||
|
"namespace" : "guac-mysql",
|
||||||
|
|
||||||
|
"authProviders" : [
|
||||||
|
"net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider"
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"name" : "PostgreSQL Authentication",
|
||||||
|
"namespace" : "guac-postgresql",
|
||||||
|
|
||||||
|
"authProviders" : [
|
||||||
|
"org.glyptodon.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider"
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user