Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
Both ${GUAC_USERNAME} and ${GUAC_PASSWORD} are not expanded at all when used within an LDAP config (no problem with user-mapping.xml).
I'm using:
username=${GUAC_USERNAME}
password=${GUAC_PASSWORD}
color-depth=24
domain=DOMAIN
hostname=10.215.144.50
security=nla
ignore-cert=true
within a guacConfigParameter object attribute.
I also tried escaping $ with \, but it didn't change anything.
The guacd log shows that it's reading "${GUAC_USERNAME}" instead of the actual username entered at guacamole-client login.
Attachments
Issue Links
- is caused by
-
GUACAMOLE-524 Allow LDAP attributes to be used as token
- Resolved