Forum Discussion

nirm's avatar
nirm
Icon for Nimbostratus rankNimbostratus
Mar 15, 2020

List Available Remote Desktop Connections

Hi,

 

Using BigIP version 14.1.2 as RDP Gateway with native rdp clients.

We are mapping users desktops on AD attribute and using it in the hostname field (%{session.ad.last.attr.extensionAttribute1}).

some users are mapped with more then one desktop and the F5 doesn't know to seperate them and display 2 different desktops (Citrix Netscaler does know how to handle this issue), is there any way to make it work on F5 ? (without using additional attributes on AD) ?

 

Thank you,

Nir.

2 Replies

  • Hello Nir,

     

    I think you could do with with a Advanced Resource Assign in the VPN using TCL language. So something like session.ldap.last.attr.whatever in the customer variable field and a split "rdp1.customer.com rdp2.customer.com" {}.

     

    split <thing to split> <delimiter character/s>

     

    Here are some links to some TCL references:

     

    http://wiki.tcl.tk/

     

    http://wiki.tcl.tk/1481

  • nirm's avatar
    nirm
    Icon for Nimbostratus rankNimbostratus

    Hi Dave,

     

    First of all, thank you for your response.

    Unfortunately learning TCL language now is not in my SOW :)

    I am looking for someone to send me an example on how to do that or of something similar and the i can custom it to my needs.