GUACAMOLE-1364: Remove inconsistent "guac-" prefix from standard extension namespaces.

This commit is contained in:
Michael Jumper
2021-06-14 13:12:16 -07:00
parent 6a6cae0e30
commit 45c2cbf6b8
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0",
"name" : "MySQL Authentication",
"namespace" : "guac-mysql",
"namespace" : "mysql",
"authProviders" : [
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider",

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0",
"name" : "PostgreSQL Authentication",
"namespace" : "guac-postgresql",
"namespace" : "postgresql",
"authProviders" : [
"org.apache.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider",

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0",
"name" : "SQLServer Authentication",
"namespace" : "guac-sqlserver",
"namespace" : "sqlserver",
"authProviders" : [
"org.apache.guacamole.auth.sqlserver.SQLServerAuthenticationProvider",