GUACAMOLE-195: Rename extension to guacamole-auth-header to more accurately reflect nature of the authentication.

This commit is contained in:
Nick Couchman
2017-02-03 08:00:47 -05:00
parent 3d6239d3aa
commit 96fb8a9c6b
18 changed files with 37 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
{
"guacamoleVersion" : "0.9.11-incubating",
"name" : "HTTP Header Authentication Extension",
"namespace" : "guac-header",
"authProviders" : [
"org.apache.guacamole.auth.header.HTTPHeaderAuthenticationProvider"
]
}