Thank you so much for the information, and responding. I am currently in an environment with multiple thousands of user accounts, and am just POC’ing Guacamole as a replacement for an existing commercial product. I think the inability to assign connections (natively) via group membership might be show-stopper for us at this point.
On 6/20/17, 03:15, "Goncalo Rosa" <[email protected]> wrote: Hi, I am using Guacamole on a lab environment, where Guacamole servers are staying in a DMZ. So I don't want to integrate with our lab domain, since don't want to expose it to the DMZ. Instead I decided to implement local mariadb database for each guacamole server. On the other hand I have around 200 users being weekly assigned to lab environments dynamically. And I have a centralized windows 2008 R2 server that provides management to all lab environment components. So I constantly need to add and remove connections to users from this Windows 2008 R2 servers on Guacamole servers. The way I did it and works great, was using powershell scripts, that uses ssh to remotely run bash scripts on each guacamole server, that on their hand execute SQL statements against MariaDB database. And actually just work great with no errors and quite clean. I also tried to run powershell commands straight to MariaDB with mysql connector, however didn't work, since most of the sql statements requires multiple instructions per connection and I couldn't find a way to make it happen through mysql-connector invoked from powershell. So I would suggest you to think in a solution as such, that would allow you to manage your connections around easily and smoothly. Cheers Gonçalo Rosa W: www.v2s.us Skype: goncalo_rosa -----Original Message----- From: s1324 [mailto:[email protected]] Sent: Tuesday, June 20, 2017 01:25 To: [email protected] Subject: RE: groups for user . Did you get this issue resolved? I am having the same challenge. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/groups-for-user-tp407p1177.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com. This email transmission and any accompanying attachments may contain CSX privileged and confidential information intended only for the use of the intended addressee. Any dissemination, distribution, copying or action taken in reliance on the contents of this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error please immediately delete it and notify sender at the above CSX email address. Sender and CSX accept no liability for any damage caused directly or indirectly by receipt of this email.
