Hi Nick, Both LDAP & Guacamole (Mysql) password are the same, do I have to make them different ?
How do you change the extension order ? just by renaming the .jar files in the extension folder ? Thanks, Vincent From: Nick Couchman <[email protected]> Reply to: "[email protected]" <[email protected]> Date: Monday 10 August 2020 at 14:38 To: "[email protected]" <[email protected]> Subject: Re: LDAP user list is not shown in admin dashboard On Mon, Aug 10, 2020 at 6:40 AM Vincent Goubert <[email protected]> wrote: Hi All, I am requesting here some help : I have a guacamole instance set-up on Debian 10, and connected using LDAP plugin with AD. The authentication phase works like a charm, users list (AD) are showing in the Admin UI, but then (and for an unknown reason), all (AD) users disappear … only assigned users stays, and there is no more “LDAP” tab when editing targeted user. I already tried to check configuration and logs, there is no error, maybe someone already saw such issue … To confirm, I am using an admin account, and this account is also an AD admin (full rights). Are you logging in with this account with the LDAP password? Generally when this happens it is because you are logging in with a password that succeeds in authenticating to Guacamole, but either does not try to authenticate to LDAP or fails LDAP authentication. Things to try: - Reorder your authentication extensions (by renaming) such that the LDAP module is loaded and evaluated before the JDBC module. - Verify the password you're using to log in is the current password for the LDAP account. -Nick
