Hello Nick, Thank you for your answer, I'll look into it. Have a great day Hugues
Le lun. 30 sept. 2024 à 00:42, Nick Couchman <vn...@apache.org> a écrit : > 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 >