From 22b97743b21608612415e1717930c4c43cf5ba42 Mon Sep 17 00:00:00 2001 From: e-alfred Date: Sun, 27 Jan 2019 11:18:52 +0100 Subject: [PATCH] Added documentation for the Ad-hoc connections extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7005de..b134a72 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Currently the available extensions are: * auth-cas - [CAS Authentication](https://guacamole.apache.org/doc/gug/cas-auth.html) * auth-openid - [OpenID Connect authentication](https://guacamole.apache.org/doc/gug/openid-auth.html) * auth-totp - [TOTP two-factor authentication](https://guacamole.apache.org/doc/gug/totp-auth.html) +* auth-quickconnect - [Ad-hoc connections extension](https://guacamole.apache.org/doc/gug/adhoc-connections.html) You should only enable the extensions you require, if an extensions is not configured correctly in the `guacamole.properties` file it may prevent the system from loading. See the [official documentation](https://guacamole.apache.org/doc/gug/) for more details.