Re: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Nick Couchman
On Mon, Jul 23, 2018 at 12:01 PM Tom Astle wrote: > I think they are all compiled against 0.9.14, but they are from github > because I’m using the totp extension > > > > > If you're doing this make sure that everything you're deploying (WAR, JDBC extension, and TOTP) are built from github and

Re: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Mike Jumper
Even if your users are being authenticated through LDAP, connections stored within MySQL should be properly tracked and logged. The case where this wouldn't work would be if those connections were defined within LDAP, as the MySQL auth will only track and log connections that it controls. - Mike

Re: Guacamole - Forcing full remote frame buffer update all the time instead of incremental

2018-07-23 Thread Mike Jumper
On Mon, Jul 23, 2018, 10:57 mcafasso wrote: > Is it possible, either via a Guacamole configuration or changing code in > guacamole itself, to force a full remote frame buffer update all the time, > instead of the normal initial full remote buffer update on initial vnc > server connection, and

Guacamole - Forcing full remote frame buffer update all the time instead of incremental

2018-07-23 Thread mcafasso
Is it possible, either via a Guacamole configuration or changing code in guacamole itself, to force a full remote frame buffer update all the time, instead of the normal initial full remote buffer update on initial vnc server connection, and then incremental remote frame buffer updates from that

RE: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Tom Astle
I think they are all compiled against 0.9.14, but they are from github because I’m using the totp extension From: Nick Couchman Sent: Monday, 23 July, 2018 11:03 To: user@guacamole.apache.org Subject: Re: MySQL/MariaDB install admin interface: no connection/history data On Mon, Jul 23,

Re: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Nick Couchman
On Mon, Jul 23, 2018 at 9:17 AM Tom Astle wrote: > Hello Mike, > > > > I **was** using ldap initially, but I have since removed that extension > and moved to SQL/MariaDB I even changed the password in the DB for my test > user to make sure that I am really using the SQL one. > > > > All the

RE: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Tom Astle
Hello Mike, I *was* using ldap initially, but I have since removed that extension and moved to SQL/MariaDB I even changed the password in the DB for my test user to make sure that I am really using the SQL one. All the connections are logged in the tables etc. From: Mike Jumper Sent:

Re: Guacamole and Citrix Xen Server?

2018-07-23 Thread Nick Couchman
On Sun, Jul 22, 2018 at 12:28 PM Martin Ciglan wrote: > Does Guacamole communicate with Citrix Xen Server? > is this project http://xapi-project.github.io/xen-api/usage.html a way to > go? > > There are no direct integrations today between Guacamole and Citrix XenServer. However, your question

Re: Guacmaole Pre-built WAR VS Client

2018-07-23 Thread Mike Jumper
On Sun, Jul 22, 2018 at 10:08 PM, Asbern wrote: > Hi, > > > > I have a doubt, if I installed guacamole using pre-built version > guacamole-0.9.13-incubating.war > > and I need to

Re: Guacamole and multi-monitor support?

2018-07-23 Thread Mike Jumper
On Sun, Jul 22, 2018 at 9:26 AM, Martin Ciglan wrote: > Does latest Guacamole version support two monitors over RDP? > > Not at present. See: https://issues.apache.org/jira/browse/GUACAMOLE-288 - Mike