Forum Discussion

T-Trust's avatar
T-Trust
Icon for Cirrostratus rankCirrostratus
Oct 11, 2023

Can i log username ldap authentication with irules ?

Can i log username ldap authentication with irules ?

  • 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"
    }