On Mon, Sep 9, 2019 at 12:08 AM Кирилл Егоров <[email protected]> wrote:
> Hi, nick. > I made git clone https://github.com/apache/guacamole-client.git and 'mvn > package' > > You might try to pull the latest code and see if it works, now. From the git code (either staging/1.1.0 or master) you'll need to do one of two things to have the user logging in from LDAP have permissions assigned with JDBC: - Create a group within the JDBC module that matches one in the LDAP module, and assign it privileges. To have this work you'll also need to enable support for LDAP to search groups, which means specifying the ldap-group-search-base parameter in guacamole.properties. - Create a user within the JDBC module that matches the LDAP user, and assign it privileges. -Nick
