Select Between Multiple Network Access Resources with the Edge Client
The recent announcements that web browsers will be removing plugin support means that customers will no longer be able to provide Network Access resources to their end users via the APM web top. Ins...
Published Feb 26, 2015
Version 1.0Seth_Cooper
Employee
Joined November 30, 2010
Seth_Cooper
Employee
Joined November 30, 2010
mvukusic
Oct 22, 2015Altocumulus
I have a situation where I have to search two OUs in Step 7 (session.custom.searchou Variable assign). I have tried to concat two additional variables like this but it is not working:
ad.searchou = expr { ",OU=VPN_AD,OU=VPN,DC=mycompany,DC=com" }change
token.searchou = expr { ",OU=VPN_TOKEN,OU=VPN-grupe,DC=mycompany,DC=com" }change
session.custom.searchou = expr {[concat "[mcget {ad.searchou}] [mcget {token.searchou}]"]}
Can you please give advice how to achive this?