Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

Can i log username ldap authentication with irules ?

T-Trust
MVP
MVP

Can i log username ldap authentication with irules ?

2 REPLIES 2

Samir
MVP
MVP

Share the full senerio..

If you're talking about LDAP authentication in APM, then it's possible to log the username.

when ACCESS_ACL_ALLOWED {
  set name [ACCESS::session data get "session.saml.last.attr.name.SamAccountName"]
  log local0. "Username: $name"
}