On Mon, Mar 16, 2020 at 1:18 PM Vieri <[email protected]> wrote:
> Hi, > > According to https://guacamole.apache.org/doc/gug/administration.html one > cannot see/manage active connections/sessions when using an auth method > such as LDAP. Why? Is there a workaround? The JDBC module is currently the only module that tracks active connections and session history. It is not implemented in the LDAP module. So, if you're storing your connections in LDAP, you won't be able to see/manage them from the web UI. If your users are logging in from LDAP, but the connections are stored in JDBC, you should be able to see and manage the sessions through the web interface. It's just a matter of someone taking the time to implement the functionality in the LDAP module. -Nick
