RE: Guacamole command line

2017-05-26 Thread Goncalo Rosa
: user@guacamole.incubator.apache.org Subject: Re: Guacamole command line On Thu, May 25, 2017 at 4:06 PM, Kevin Davies mailto:jar...@gmail.com>> wrote: I am about to automate the same way. Since the user/session information is now all in the database you just need to figure out the SQL com

Re: Guacamole command line

2017-05-26 Thread Mike Jumper
On Thu, May 25, 2017 at 4:06 PM, Kevin Davies wrote: > I am about to automate the same way. Since the user/session information is > now all in the database you just need to figure out the SQL commands to add > the relevant entries to the database. Maybe their is a schema that comes > with it? > >

Re: Guacamole command line

2017-05-25 Thread Kevin Davies
I am about to automate the same way. Since the user/session information is now all in the database you just need to figure out the SQL commands to add the relevant entries to the database. Maybe their is a schema that comes with it? If anyone has any examples of how they do this it would be very h

Guacamole command line

2017-05-25 Thread Goncalo Rosa
Hello, I just implemented Guacamole 0.9.12 on CENTOS using mariadb mysql authentication plugin. I need to automate through script the users password and the connections assignments. How can I do it in command line? Is there any command line interface documentation? Thank you in advance Gonça