On Tue, Jun 11, 2019 at 4:49 PM Goran <[email protected]> wrote:

> It's working:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <user-mapping>
>     <authorize username="q" password="xxxx">
>         <protocol>rdp</protocol>
>         <param name="hostname">192.168.100.188</param>
>         <param name="security">nla</param>
>         <param name="ignore-cert">true</param>
>         <param name="username">q</param>
>         <param name="password">xxxx</param>
>     </authorize>
> </user-mapping>
>
>
Yes - with NLA the username and password must be present at connection time
- they are used as part of the security negotiation with the server, and
the connection will not succeed without them.

NLA has been available since Server 2008, I believe, and required by
default in Server 2012 (Windows 8) and higher.  It is possible to disable
it, but not recommended.

-Nick

Reply via email to