On Mon, May 28, 2018 at 5:24 PM, Junyao Deng <den...@wehi.edu.au> wrote:

> Hi Developers,
>
>
> We are currently using the guacamole for remote desktop access
> control(with LDAP Authentication). However, the current code has a problem
> that the connection list on the guacamole home page(user's home page) will
> not refresh automatically even the access of specific connection has been
> remove from the user. That is to say,  the unaccessible connection names
> still exist on the home page and the user can still reclick the connection
> link on the list to get access to the machine again.  Only when the web
> page session time out, the users will be forced to relogin , and then the
> connection list will be refresh(the unaccessible connection disappear
> this time).
>

This is intentional. When reading connections from LDAP, those connections
are cached in memory for the duration of the user's session. Changes to the
available connections will not take effect until the user logs out, as this
query is only executed when the user logs in.

Can you explain at a high level what you're trying to achieve? Why are you
looking to update LDAP while a user is logged in?

- Mike

Reply via email to