From a7648004ba0da1dfee5fa6b8a2f632be2448d1fd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 16 May 2022 09:50:25 +0200 Subject: [PATCH] Move SQL account storage to installation requirements --- Apache-Guacamole-managed-by-EGroupware.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Apache-Guacamole-managed-by-EGroupware.md b/Apache-Guacamole-managed-by-EGroupware.md index db94214..2e0b409 100644 --- a/Apache-Guacamole-managed-by-EGroupware.md +++ b/Apache-Guacamole-managed-by-EGroupware.md @@ -12,8 +12,6 @@ and allows to manage connections. * One has to use EGroupware to assign permissions to connections * Guacamole UI can be used to set advanced connection options -> The app requires accounts stored in SQL. A workaround for using LDAP or ActiveDirectory for account storage (not just authentication), is to regularly use setup to migrate users and groups to SQL. - ### Installation instructions via your package manager #### Installation requirements (please check before attempting an installation!) @@ -24,6 +22,9 @@ and allows to manage connections. [client] password = my secret root password ``` +* Accounts are stored in SQL database, not LDAP or ActiveDirectory. Using the two or anything else for authentication is ok +> A workaround for using LDAP or ActiveDirectory for account storage (not just authentication), is to regularly use setup to migrate users and groups to SQL. + #### Installation (as user root replacing example.org with your actual domain) ``` apt update