21-Jun-2020 07:39
I have local DB in F5 and I would like to separate webtop link per user.
22-Jun-2020 01:26
Hi,
the easiest way is to put your users in a group. it will be easier later to filter them. to place them in a group you just have to edit the user and go to "User Groups"
so if you have 6 users:
in your "Advanced resource assign" function in the vpe, you can assign webtop link by GRP:
expr { [mcget {session.localdb.groups}] eq "grp_a" }
then assign webtop link that you want to assign to grp_a
expr { [mcget {session.localdb.groups}] eq "grp_b" }
then assign webtop link that you want to assign to grp_b
Regards