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 >
