Bug 1047509
Summary: | [AAA] No events created for unauthorised log in attempts. | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Julio Entrena Perez <jentrena> |
Component: | ovirt-engine | Assignee: | Yair Zaslavsky <yzaslavs> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.2.0 | CC: | aberezin, acathrow, alonbl, bazulay, emesika, flo_bugzilla, iheim, jentrena, lpeer, oourfali, pstehlik, Rhev-m-bugs, yeylon, yzaslavs |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 3.5.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-11 14:38:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1076964 |
Description
Julio Entrena Perez
2013-12-31 12:46:17 UTC
need to think how this will look like post the authentication refactoring, where some of these authentication checks will be done by apache as a frontend, etc. Arthur, Please define what is an unauthorized login attempt is: - no such user - existing user wrong password (failed authentication)? (In reply to Barak from comment #2) > Arthur, > > Please define what is an unauthorized login attempt is: > - no such user > - existing user wrong password (failed authentication)? Both: any unsuccessful login attempt needs to be logged including the reason for the failure. (In reply to Julio Entrena Perez from comment #3) > (In reply to Barak from comment #2) > > Arthur, > > > > Please define what is an unauthorized login attempt is: > > - no such user > > - existing user wrong password (failed authentication)? > > Both: any unsuccessful login attempt needs to be logged including the reason > for the failure. +1 Both are part of PCI DSS, and should be presented in the events section. For wrong password event the requirement is to present failure of multiple log-in attempts, so if we would like to avoid flooding the events tab we could look for multiple login failures in a given time. I suggest to handle this for 3.4, it is possible to add relevant audit log type and map them to the authentication results , same as for account is locked/disabled and password expired are mapped. regarding AAA refactoring - i suggest we revisit the events issue at this point (and the effort is for 3.5 anyway, I don't think we should postpone this bug until then). Eli don't we have a "user X failed to login" in eventlog of 3.4 ? It looks like it was fixed for 3.4 (Bug 1066103), Leaving it open for now due to the refactor done on the accounting as a part of the AAA effort. Yair can we CLOSE DUPLICATE (if you had already handled it for 3.5) ? *** This bug has been marked as a duplicate of bug 1066103 *** |