On Tue, Mar 4, 2025 at 7:00 PM Jason Bailey <[email protected]> wrote:
> Replying to my own email here, but I did get debug logging working. I'm > seeing a few extra things now when I try to login: > > DEBUG o.a.g.r.auth.AuthenticationService - Anonymous authentication > attempt from [10.0.0.86, 127.0.0.1] failed. > > DEBUG o.a.g.rest.RESTExceptionMapper - Client request rejected: Permission > Denied. > > WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from > [10.0.0.86, 127.0.0.1] for user "guacadmin" failed > > DEBUG o.a.g.a.f.FileAuthenticationProvider - User mapping file > "/etc/guacamole/user-mapping.xml" does not exist and will not be read > > I don't have a user-mapping.xml anymore -- not since going to LDAP/MSAD > authentication. > It does not appear to me that the LDAP authentication extension is loading at all. Are there other messages, prior to this, that indicate that it is loading successfully? The message about the user-mapping.xml file is relatively benign - it's just warning you that it isn't there. > > Is this an indication that the reverse proxy through Apache might be the > issue? > Nope, don't think this has anything to do with reverse proxy - I think your Guacamole install is not picking up the LDAP extension at all. Maybe check that permissions are correct on all of the files/folders, such that the user running Tomcat has access to /etc/guacamole and all of the files and folders under it? -Nick
