On Fri, Sep 27, 2024 at 4:18 AM Hugues BLAKIME <huguesblak...@gmail.com> wrote:
> Hello everyone, > I would like to know if there would be a possibility to create connection > groups and connections using a script (other than the user-mapping.xml of > course). If so, a template would help me a lot. > Thank you very much. > Hugues > > There are two possible ways that you could do this: * Create a script that calls the Guacamole API endpoint to create connection groups and connections. The exact endpoint that you would use would depend upon what database you're using. You can get the endpoint and data required by looking at your browser developer console while you create a connection and/or connection group via the web interface. * Use a script that inserts the data directly into the database. See: https://guacamole.apache.org/doc/gug/jdbc-auth.html#modifying-data-manually. -Nick