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", "guacamoleVersion" : "1.3.0",
"name" : "CAS Authentication Extension", "name" : "CAS Authentication Extension",
"namespace" : "guac-cas", "namespace" : "cas",
"authProviders" : [ "authProviders" : [
"org.apache.guacamole.auth.cas.CASAuthenticationProvider" "org.apache.guacamole.auth.cas.CASAuthenticationProvider"

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.2.0", "guacamoleVersion" : "1.2.0",
"name" : "HTTP Header Authentication Extension", "name" : "HTTP Header Authentication Extension",
"namespace" : "guac-header", "namespace" : "header",
"authProviders" : [ "authProviders" : [
"org.apache.guacamole.auth.header.HTTPHeaderAuthenticationProvider" "org.apache.guacamole.auth.header.HTTPHeaderAuthenticationProvider"

View File

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

View File

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

View File

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

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0", "guacamoleVersion" : "1.3.0",
"name" : "Encrypted JSON Authentication", "name" : "Encrypted JSON Authentication",
"namespace" : "guac-json", "namespace" : "json",
"authProviders" : [ "authProviders" : [
"org.apache.guacamole.auth.json.JSONAuthenticationProvider" "org.apache.guacamole.auth.json.JSONAuthenticationProvider"

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0", "guacamoleVersion" : "1.3.0",
"name" : "LDAP Authentication", "name" : "LDAP Authentication",
"namespace" : "guac-ldap", "namespace" : "ldap",
"authProviders" : [ "authProviders" : [
"org.apache.guacamole.auth.ldap.LDAPAuthenticationProvider" "org.apache.guacamole.auth.ldap.LDAPAuthenticationProvider"

View File

@@ -3,7 +3,7 @@
"guacamoleVersion" : "1.3.0", "guacamoleVersion" : "1.3.0",
"name" : "OpenID Authentication Extension", "name" : "OpenID Authentication Extension",
"namespace" : "guac-openid", "namespace" : "openid",
"authProviders" : [ "authProviders" : [
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider" "org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"