GUAC-587: Add guac-manifest.json to noauth.

This commit is contained in:
Michael Jumper
2015-05-11 15:32:21 -07:00
parent 7352ce12ea
commit 5026841573
2 changed files with 10 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ import org.xml.sax.helpers.XMLReaderFactory;
*
* Example `guacamole.properties`:
*
* auth-provider: net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider
* noauth-config: /etc/guacamole/noauth-config.xml
*
*

View File

@@ -0,0 +1,10 @@
{
"name" : "Disabled Authentication",
"namespace" : "guac-noauth",
"authProviders" : [
"net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider"
]
}