mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-587: Add guac-manifest.json to noauth.
This commit is contained in:
@@ -54,7 +54,6 @@ import org.xml.sax.helpers.XMLReaderFactory;
|
|||||||
*
|
*
|
||||||
* Example `guacamole.properties`:
|
* Example `guacamole.properties`:
|
||||||
*
|
*
|
||||||
* auth-provider: net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider
|
|
||||||
* noauth-config: /etc/guacamole/noauth-config.xml
|
* noauth-config: /etc/guacamole/noauth-config.xml
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"name" : "Disabled Authentication",
|
||||||
|
"namespace" : "guac-noauth",
|
||||||
|
|
||||||
|
"authProviders" : [
|
||||||
|
"net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider"
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user