The proposed schemes are new to me and require testing. I will try thanks!

03.04.2021 19:09, Nick Couchman пишет:
On Sat, Apr 3, 2021 at 6:15 AM Golota S.V. <[email protected]> wrote:

    Hello! tell me a way to group change connection settings
    when working with mysql
    I have currently created templates for vnc end rdp connections but
    it is
    good to create new connections.


I'm guessing this is related to your other mailing list question, regarding disabling Glyph Caching, but, no, there is no way to do setting inheritance or bulk updates of connection parameters within the admin interface. However, you can do this by modifying the database directly in the database. The schema is reasonably straight-forward, and manual modification of data is well-documented:

http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema <http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema>

You can also use REST API calls and a utility using the programming and/or scripting language of your choosing. Someone recently posted a link to a PowerShell module, if you like PS, and manipulating data via the REST API with Python or Ansible is pretty easy. Unfortunately the REST API documentation is not quite as easy to get at as some of the other documentation, so you'll have to piece that together yourself, but there is an effort to try to better document that.

-Nick

--

Reply via email to