You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by "nicola.anaclerio" <ni...@aurigaspa.com> on 2019/09/06 08:37:55 UTC

Connect Guacamole with MS-RAI

Hi,
I'm creating a system based on guacamole with the purpose of remote
assistance on Windows machines.
To do so I'm using client side a Microsoft DLL that opens the RDP
connections and generate a connection string like this:

 <E>
      
     <C>
         <T ID="Transport ID" SID="Session ID">
               <L P="Port" N="Server Name" />   
         </T>
     </C>
 </E> 

More details on Microsoft reference:
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rai/1f30867a-99ce-48b5-a72c-660e00d92722

Is there a way to let guacamole instantiate the RDP connection with this
kind of string?

Thanks,
Nicola



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Connect Guacamole with MS-RAI

Posted by Richard Lancaster <ri...@osirium.com>.
Looked a little more into what MS-RAI is, I don't believe guacamole supports RDPs Remote Assistance feature (at least i haven't seen it).

Thanks,
Richard
________________________________
From: nicola.anaclerio <ni...@aurigaspa.com>
Sent: 11 September 2019 13:35
To: user@guacamole.apache.org <us...@guacamole.apache.org>
Subject: Re: Connect Guacamole with MS-RAI

sorry maybe there's some tag not allowed here, the data inside the string
are:

KH="Protocol-specific Parameter"
KH2="Protocol-specific Parameter"
ID="Authorization String Identifier"
SID="Session ID"

do the standard API support them?



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org



Re: Connect Guacamole with MS-RAI

Posted by "nicola.anaclerio" <ni...@aurigaspa.com>.
sorry maybe there's some tag not allowed here, the data inside the string
are:

KH="Protocol-specific Parameter" 
KH2="Protocol-specific Parameter" 
ID="Authorization String Identifier"
SID="Session ID"

do the standard API support them?



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Connect Guacamole with MS-RAI

Posted by "nicola.anaclerio" <ni...@aurigaspa.com>.
Thanks for your reply (and for wrinting the API docs), but I can't find a way
to give guacamole the data in this string:



Do you have suggestions?

Thanks



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Connect Guacamole with MS-RAI

Posted by Richard Lancaster <ri...@osirium.com>.
You would need to convert that string in to an interaction with guacamole, likely into calls to the REST API.

Documentation was recently added regarding how to do this, check https://github.com/apache/guacamole-manual/pull/123

Thanks,
Richard


________________________________
From: nicola.anaclerio <ni...@aurigaspa.com>
Sent: 06 September 2019 09:37
To: user@guacamole.apache.org <us...@guacamole.apache.org>
Subject: Connect Guacamole with MS-RAI

Hi,
I'm creating a system based on guacamole with the purpose of remote
assistance on Windows machines.
To do so I'm using client side a Microsoft DLL that opens the RDP
connections and generate a connection string like this:

 <E>

     <C>
         <T ID="Transport ID" SID="Session ID">
               <L P="Port" N="Server Name" />
         </T>
     </C>
 </E>

More details on Microsoft reference:
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rai/1f30867a-99ce-48b5-a72c-660e00d92722

Is there a way to let guacamole instantiate the RDP connection with this
kind of string?

Thanks,
Nicola



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org