All Questions
Tagged with authentication audit
3 questions
1
vote
1
answer
467
views
Auditing authentication issues in a distributed environment
I'm trying to get a better handle on what locked out a specific user when multiple Oracle databases are involved using database links.
Setup:
sqlplus kjohnston@db2
create user testuser identified ...
2
votes
2
answers
297
views
Logging only mySQL logins on heavily used system
I have an audit requirement where they want all database access (logins) logged. We have a very large distributed system of hundreds of mySQL servers (shards, slaves, slaves of slaves) that are ...
13
votes
5
answers
44k
views
Audit logins on MySQL database
Is there a way to audit logins to MySQL? I'd like to be able to create a username for each employee and thereby create an audit trail of logins. However, googling has turned up no good results.
The ...