diff 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
line wrap: on
line diff
--- a/mod_audit_auth/README.md	Fri Dec 01 11:34:52 2023 +0000
+++ b/mod_audit_auth/README.md	Fri Dec 01 11:59:02 2023 +0000
@@ -7,3 +7,7 @@
 
 This module stores authentication failures and authentication successes in the
 audit log provided by `mod_audit`.
+
+If mod_client_management is loaded, it will also record entries when a new
+client is connected to the user's account for the first time. For non-SASL2
+clients, this may have false positives.