- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Email Notifications RSA User Account Lockouts?
We are tuning our RSA servers. One of the things I've noticed is that we sometimes don't receive user requests for account maintenance 2 to 3 days as tickets work through the ticketing system. We would like to provide a much shorter response time.
I was looking into the email notifications options to determine whether we could configure an alert for user lockouts. I'm not seeing anything obvious as of RSA AM 8.7.
Am I missing something? Anyone know of a way to enable this functionality?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you enable SNMP, there are a few traps to capture user lockout. Excerpt from the MIB:
authnLockoutEventAuthnInfo NOTIFICATION-TYPE
OBJECTS { eventCause, eventLevel, eventMessage }
STATUS current
DESCRIPTION "Principal lockout"
::= { authnInfo 13003 }
authnLockoutEventAuthnWarn NOTIFICATION-TYPE
OBJECTS { eventCause, eventLevel, eventMessage }
STATUS current
DESCRIPTION "Principal lockout"
::= { authnWarn 13003 }
authnLockoutEventAuthnError NOTIFICATION-TYPE
OBJECTS { eventCause, eventLevel, eventMessage }
STATUS current
DESCRIPTION "Principal lockout"
::= { authnError 13003 }
