Move SQL account storage to installation requirements

Ralf Becker 2022-05-16 09:50:25 +02:00
parent d87aea05f3
commit a7648004ba

@ -12,8 +12,6 @@ and allows to manage connections.
* One has to use EGroupware to assign permissions to connections * One has to use EGroupware to assign permissions to connections
* Guacamole UI can be used to set advanced connection options * 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 instructions via your package manager
#### Installation requirements (please check before attempting an installation!) #### Installation requirements (please check before attempting an installation!)
@ -24,6 +22,9 @@ and allows to manage connections.
[client] [client]
password = my secret root password 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) #### Installation (as user root replacing example.org with your actual domain)
``` ```
apt update apt update