Forum Discussion

THi's avatar
THi
Icon for Nimbostratus rankNimbostratus
May 09, 2014

Large number of APM webtop icons: APM webtop with resource selector list?

We need to implement controlled rdp access using APM. Client needs to connect to large number of servers (200-300) using rdp (either browser or rdp client). The servers are domain-joined, so their info is in AD. Using a resource icon based webtop is not feasible due to large number of icons.

 

Is there any neat way of giving the client a list of target servers to choose from? Perhaps with search. Any advice?

 

2 Replies

  • Hello Timo!

     

    I would put the list of servers in an AD attribute and then I would use an iRule to separate that list and create custom session variables from them and then create RDP objects with those session variables as the resource. Maybe there's a better way but that's my idea from the top of my head. Hope that helps!

     

    Cheers!

     

  • We are trying to do something similar. Currently what we have working is as follows:

     

    1. VS1 with Policy1
    2. VS2 with Policy2

    Policy1 allows the user to login. We do AD Auth, Query and based on the users AD group, show him a webtop link for a generic Remote Desktop. Policy1 is ended with Allow

     

    The remote desktop link takes the user to a custom page which shows him the collection of RDP servers he has access to. On that page, the user selects 1 of them. The URI of this link is captured by an iRule on VS1.

     

    The iRule responds back with an auto submit POST form to VS2 containing the username/password plus the RDP server & screen resolution to use.

     

    Policy2 on VS2 accepts the autologon based on the POST form submission and sets up a custom session variable e.g. session.remotedesktop.server and assigns a single RDP resource to the user. This RDP resource has the Host set to session.remotedesktop.server.

     

    The user can then use this webtop resource to RDP to the server he chose.

     

    We are still having issues with the RDP resource not opening up with FullScreen on Windows 8.