Forum Discussion

Tham_T__330907's avatar
Tham_T__330907
Icon for Nimbostratus rankNimbostratus
Nov 06, 2017

How 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 the user, so I would like to change it more easily as these below ...

 

Username : username

 

Password : password

 

Seem like add the domain\ to the username in the system process.

 

Thank you very much ...

 

2 Replies

  • Hello 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