Forum Discussion
Tham_T__330907
Nimbostratus
Nov 06, 2017How to fix domain name in F5 APM
I would like to fix the Domain Name, when typing the username in F5 SSL VPN APM.
e.g. I have to type ...
Username : domain\username
Password : password
But it's too difficult to ...
Jad_Tabbara__J1
Cirrostratus
Nov 06, 2017Hello Tham,
You can add in your VPE the "Variable Assign" action and add an entry with the following :
session.logon.last.username = expr { "domain\\[mcget {session.logon.last.username}]" }
Regards