Failed login attempts in the Ninja web interface for OP5 Monitor can be found in the logs, but requires the debug log level set in /etc/op5/log.yml
for auth.log
:
auth:
file: /var/log/op5/auth.log
level: debug
reference: true
You'll then see log lines like this:
(...) auth op5LogAccess @228: Trying to log in as: 'foo' with method 'Default'
(...) auth op5LogAccess @140: User 'foo' not found
(...) auth op5LogAccess @281: Failed to authenticate 'foo' using driver 'op5AuthDriver_Default'
Comments
0 comments
Please sign in to leave a comment.