On Tue, Jun 30, 2020 at 10:15 PM Henri Alves de Godoy
<[email protected]> wrote:

> Hi Nick,
>
> I just performed a test, I left the guacadmin passwords for LDAP and MYSQL
> different.
>
> When I type the user with the LDAP password, now he is showing the users.
> Wow, I can't believe it.
>
> I thought I would be stuck forever in version 1.0.0
>
> But another problem. LDAP login is taking about 8 to 12 seconds. Too much
> time for the user.
>
> I believe it is because when logging in, you are looking for all kinds of
> user attributes. Any way to solve this and make it quick?
>
>
You need to turn off debugging in the web application by setting the level
in logback.xml back to its default value of "info" rather than "debug".
The Apache Directory API is very verbose in its logging at the debug level,
and this can cause delays in the login.

-Nick

>

Reply via email to