-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.12-incubating
-
Fix Version/s: 0.9.14
-
Component/s: guacamole-auth-cas, guacamole-auth-header
-
Labels:None
To make tokenfilter work with auth-header and noauth module. (needed e.g. for Kerberos authentication through an Apache/Nginx Reverse Proxy, that passes REMOTE_USER header), username must be set in the credentials object, because it is added to the Tokenfilter only if username is not null in the credentials object.
basically make ${GUAC_USERNAME} be replaced with the credentials passed though the REMOTE_USER variable.