On Tue, Apr 30, 2019, 11:58 Lance Gropper <[email protected]>
wrote:
> Hello Mike:
>
> So I created a guacamole user with the same name and password as the RDP
> login credentials - it's still not working.
>
Don't fixate on the Guacamole user - it has no bearing on the RDP login
unless ${GUAC_USERNAME} is in play, which you should avoid for now until
you have eliminated the other variables.
Right now the following are the known facts:
* Authentication with the RDP server is failing
* guacd is defaulting to "RDP" auth/encryption for the RDP connection
Possible causes of this:
* The credentials are wrong
* The RDP server is configured to require NLA or perhaps TLS and thus is
rejecting the connection outright.
To address:
* Verify the credentials are correct
* Try selecting NLA or TLS. Check "ignore certificate" as well, as any cert
used by the RDP server is likely self-signed.
Once you have that working, then you can safely move on to more complex
configurations like pass-through of auth.
- Mike