Mercurial > prosody-modules
comparison mod_audit_auth/README.md @ 5749:238c4ac8b735
mod_audit_auth: Add audit record when a client connects that has not been seen before
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 01 Dec 2023 11:59:02 +0000 |
parents | 530d116b7f68 |
children |
comparison
equal
deleted
inserted
replaced
5748:dfbced5e54b9 | 5749:238c4ac8b735 |
---|---|
5 - mod_audit | 5 - mod_audit |
6 ... | 6 ... |
7 | 7 |
8 This module stores authentication failures and authentication successes in the | 8 This module stores authentication failures and authentication successes in the |
9 audit log provided by `mod_audit`. | 9 audit log provided by `mod_audit`. |
10 | |
11 If mod_client_management is loaded, it will also record entries when a new | |
12 client is connected to the user's account for the first time. For non-SASL2 | |
13 clients, this may have false positives. |