mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Move SQL account storage to installation requirements
parent
d87aea05f3
commit
a7648004ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user