Forum Discussion

Konglee_52009's avatar
Konglee_52009
Icon for Nimbostratus rankNimbostratus
Jun 10, 2013

Getting the Logon field to populate in APM reports

Hi,

 

I began using Secureauth as a two factor authentication for a sslvpn setup. Secureauth fills in the Username box (it is also set to read only) on the f5 logon page.

 

the Logon field in APM reports no longer populate, and is making looking for specific user logins more of a hassle.

 

Does anyone know if a way to get this field to populate again?

 

 

Thanks

 

3 Replies

  • Just guessing here, but does the session.logon.last.username session value get populated at any point with the user's real name?
  • NVM... I found a solution

     

    it's not pretty but you can insert variables to help the username pop up in the reports.

     

     

    just add a variable assign right after the login page with session.logon.last.username = expr {[mcget {session.logon.last.username}]}

     

     

    for some reason that works.