Vieri created GUACAMOLE-807:
-------------------------------
Summary: RDP NLA and LDAP
Key: GUACAMOLE-807
URL: https://issues.apache.org/jira/browse/GUACAMOLE-807
Project: Guacamole
Issue Type: Bug
Components: guacamole, guacamole-auth-ldap, guacamole-client
Affects Versions: 1.1.0
Reporter: Vieri
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:
{code:java}
username=${GUAC_USERNAME}
password=${GUAC_PASSWORD}
color-depth=24
domain=DOMAIN
hostname=10.215.144.50
security=nla
ignore-cert=true
{code}
within a guacConfigParameter object.
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)