mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-07 23:49:07 +02:00
adding requirement of disabled Network Level Authentication or username and password being stored in the connection
@ -2,6 +2,8 @@ Guacamole makes RDP or VNC desktops available via html5 inside EGroupware.
|
||||
EGroupware supplies account information, authentication via OpenID Connect
|
||||
and allows to manage connections.
|
||||
|
||||

|
||||
|
||||
### EGroupware Guacamole app does the following:
|
||||
|
||||
* Installs all tables (or views) for Apache Guacamole
|
||||
@ -38,6 +40,16 @@ HTTP_HOST=example.org apt install egroupware-guacamole
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
* Guacamole can't connect to windows machine:
|
||||
|
||||
 
|
||||
|
||||
> Remote Desktop Protocol need to be enabled AND Network Level Authentication need to be disabled (or username and password specified in the connection)
|
||||
|
||||
 
|
||||
|
||||
Network Level Authentication is a security measure mitigating risks of RPD exposed to the Internet, which is not the case for Guacamole used to make desktops available via HTML5, using strong authentication mechanisms available in EGroupware like TwoFactorAuth or WebAuthn.
|
||||
|
||||
* check the log of the guacamole container (almost all of the problem below are reported there!)
|
||||
```
|
||||
docker logs -f guacamole
|
||||
|
Reference in New Issue
Block a user