Yair Zaslavsky has uploaded a new change for review. Change subject: core: audit log for failed login users ......................................................................
core: audit log for failed login users Introducing new audit log types for logging events in case a user fails to authenticate due to account that is locked or disabled, or in case the password got expired for the user. In order to prevent event log flooding due to login retries per a given user, the event will be logged only once per hour. Change-Id: I7b99d86a329512ffaeff3c73ed1701b1212889a9 Acked-by: Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/GSSAPIDirContextAuthenticationStrategy.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/AuthenticationResult.java 5 files changed, 34 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/5281/1 -- To view, visit http://gerrit.ovirt.org/5281 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b99d86a329512ffaeff3c73ed1701b1212889a9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
