You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Edgardo Rodriguez (Jira)" <ji...@apache.org> on 2020/03/30 17:16:00 UTC

[jira] [Created] (GUACAMOLE-1000) Reread LDAP users periodically

Edgardo Rodriguez created GUACAMOLE-1000:
--------------------------------------------

             Summary: Reread LDAP users periodically
                 Key: GUACAMOLE-1000
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1000
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole-auth-ldap
    Affects Versions: 1.1.0, 1.0.0
         Environment: CentOS 7
            Reporter: Edgardo Rodriguez


Hi,

I am using Guacamole 1.2.0 under CentOS 7 with the following modules loaded:

Mysql, LDAP, TOTP

Under LDAP I have an ldap filter which only retrieves the users matching the following conditions:

1- Account must be an user and must no be disabled

2- User must belong to a particular user group

 

So far so good, only specific users are allowed to sign-in. 

I found that after tomcat service startup, this filter is applied and so expected users are retrieved OK, but as time goes by we need to add more users to the previously mentioned group. Unless tomcat is restarted , logging out any user currently signed in, new users won't be allowed to sign-in. Also, with my current allowed user, I am not able to see the newly added user under "Users" tab.

 

I have no proposed patch, I am under investigation but I am newie with java and is some kind of difficult for me, I think this might be useful for these scenarios where we don't want to interrupt current logged in users because a new one needs to be added to this system.

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)