mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1364: Remove inconsistent "guac-" prefix from standard extension namespaces.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "MySQL Authentication",
|
||||
"namespace" : "guac-mysql",
|
||||
"namespace" : "mysql",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider",
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "PostgreSQL Authentication",
|
||||
"namespace" : "guac-postgresql",
|
||||
"namespace" : "postgresql",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider",
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "SQLServer Authentication",
|
||||
"namespace" : "guac-sqlserver",
|
||||
"namespace" : "sqlserver",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.sqlserver.SQLServerAuthenticationProvider",
|
||||
|
Reference in New Issue
Block a user