Files
guacamole-client/extensions/guacamole-auth-noauth/src/main/resources/guac-manifest.json
2015-06-08 16:47:22 -07:00

13 lines
227 B
JSON

{
"guacamoleVersion" : "0.9.7",
"name" : "Disabled Authentication",
"namespace" : "guac-noauth",
"authProviders" : [
"net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider"
]
}