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 On Mon, Jul 23, 2018 at 6:17 AM, Tom Astle <[email protected]> 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 connections are logged in the tables etc. > > > > *From:* Mike Jumper <[email protected]> > *Sent:* Monday, 23 July, 2018 02:13 > *To:* [email protected] > *Subject:* Re: MySQL/MariaDB install admin interface: no > connection/history data > > > > On Thu, Jul 19, 2018 at 1:39 PM, Tom Astle <[email protected]> wrote: > > Hi, > > > > I am using the latest guac with the mysql auth adaptor. I am wondering > why I am not seeing any current connections or connection history in the > guacadmin portal. Any ideas.? > > > > Are the connections in question defined within MySQL or through another > extension? > > > > - Mike > > >
