From b312a3eacebc1aa73ecbb77d8efbef848c8f02ab Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 25 Jan 2025 09:59:08 -0600 Subject: [PATCH] remove database extesions from list of avaible extensions --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 159c585..25aeb2f 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,6 @@ Currently the available extensions are: * auth-duo - [Duo two-factor authentication](https://guacamole.apache.org/doc/gug/duo-auth.html) * auth-header - [HTTP header authentication](https://guacamole.apache.org/doc/gug/header-auth.html) -* auth-jdbc-mysql - [MySQL Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html) -* auth-jdbc-postgresql - [PostgreSQL Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html) -* auth-jdbc-sqlserver - [SQL Server Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html) * auth-json - [Encrypted JSON Authentication](https://guacamole.apache.org/doc/gug/json-auth.html) * auth-ldap - [LDAP Authentication](https://guacamole.apache.org/doc/gug/ldap-auth.html) * auth-quickconnect - [Ad-hoc connections extension](https://guacamole.apache.org/doc/gug/adhoc-connections.html)