mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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" : "CAS Authentication Extension",
|
||||
"namespace" : "guac-cas",
|
||||
"namespace" : "cas",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.cas.CASAuthenticationProvider"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.2.0",
|
||||
|
||||
"name" : "HTTP Header Authentication Extension",
|
||||
"namespace" : "guac-header",
|
||||
"namespace" : "header",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.header.HTTPHeaderAuthenticationProvider"
|
||||
|
@@ -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",
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "Encrypted JSON Authentication",
|
||||
"namespace" : "guac-json",
|
||||
"namespace" : "json",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.json.JSONAuthenticationProvider"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "LDAP Authentication",
|
||||
"namespace" : "guac-ldap",
|
||||
"namespace" : "ldap",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.ldap.LDAPAuthenticationProvider"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"guacamoleVersion" : "1.3.0",
|
||||
|
||||
"name" : "OpenID Authentication Extension",
|
||||
"namespace" : "guac-openid",
|
||||
"namespace" : "openid",
|
||||
|
||||
"authProviders" : [
|
||||
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
||||
|
Reference in New Issue
Block a user