On 2022-05-24 22:50, Lander, Howard Michael wrote:
> Hi all,
>
> I apologize in advance if this is the wrong forum for this question.
>
> I have been using auth_header version 1.2 along with guacamole version 1.3 on 
> debian (9) stretch.  We've updated the host machine to debian (11) bullseye 
> and now I have to login to guacamole whereas
> previously it worked as expected. Nothing else that I can see has changed and 
> we are still sending the REMOTE_USER header.  I have looked but didn't see 
> this as a known issue, but maybe I missed
> it.  I have looked in the catalina logs but didn't see anything interesting. 
> I did try the guacamole 1.4/auth_header 1.4 combo and had the same problem, 
> but I didn't change any of the configs, so
> maybe that's needed.
>
> Has anyone else seen this issue? Any suggested fixes or debugging ideas? Is 
> there a better place for the question?
Do you store the users in the database?
Try to increase the log level to debug in /etc/guacamole/logback.xml:

<configuration>
    ...
    <root level="*debug*">
        <appender-ref ref="GUAC-DEFAULT" />
    </root>
</configuration>

-- 
With best regards,
Dmitry

Reply via email to