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