10-Oct-2023 20:32
22-Oct-2023 05:56
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"
}