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>

Am Di., 11. Juni 2019 um 22:45 Uhr schrieb Goran <[email protected]>:
>
> Found the solution but next error is
>
> Authentication requested but username or password not given
>
> # cat /opt/tomcat9/webapps/guacamole-1.1.0/conf/user-mapping.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <user-mapping>
>     <authorize username="q" password="xxxxxx">
>         <protocol>rdp</protocol>
>         <param name="hostname">192.168.100.188</param>
>         <param name="security">nla</param>
>         <param name="ignore-cert">true</param>
>     </authorize>
> </user-mapping>
>
> Am Di., 11. Juni 2019 um 22:34 Uhr schrieb Goran <[email protected]>:
> >
> > I've found a simillar or same problem
> >
> > https://sourceforge.net/p/guacamole/discussion/1110834/thread/8f23a1ed/#a904
> >
> > But I'm unsure what it means.
> >
> > Am Di., 11. Juni 2019 um 22:28 Uhr schrieb Goran 
> > <[email protected]>:
> > >
> > > Jun 11 20:27:51 refracta guacd[16281]: Certificate validation failed
> > >
> > > Is there a solution how to get this fixed?
> > >
> > > Am Di., 11. Juni 2019 um 21:51 Uhr schrieb Goran 
> > > <[email protected]>:
> > > >
> > > > I guess the newest Win10 update is a recent version. I will try ASAP.
> > > >
> > > > [ send by mobile device ]
> > > >
> > > > Mike Jumper <[email protected]> schrieb am Di., 11. Juni 2019, 20:42:
> > > >>
> > > >> On Tue, Jun 11, 2019 at 10:24 AM Goran <[email protected]> 
> > > >> wrote:
> > > >>>
> > > >>> ...
> > > >>> Jun 11 17:18:50 refracta guacd[8482]: No security mode specified.
> > > >>> Defaulting to RDP.
> > > >>> ...
> > > >>> Jun 11 17:18:50 refracta guacd[8482]: Error connecting to RDP server
> > > >>> ...
> > > >>> The RDP/Windows-machine is 192.168.100.188
> > > >>
> > > >>
> > > >> What version of Windows?
> > > >>
> > > >> Recent versions of Windows default to requiring NLA for RDP 
> > > >> connections. If your server requires NLA, you will need to explicitly 
> > > >> specify that security mode in the connection parameters. The server 
> > > >> will refuse the connection otherwise.
> > > >>
> > > >> http://guacamole.apache.org/doc/gug/configuring-guacamole.html#rdp-authentication
> > > >>
> > > >> It may also be worth trying the TLS setting and/or setting 
> > > >> "ignore-cert" to "true".
> > > >>
> > > >> - Mike
> > > >>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to