Software /
code /
prosody-modules
Diff
mod_audit_auth/README.md @ 4932:530d116b7f68
mod_audit*: modules for audit logging in prosody
These are to be seen as proof-of-concept for now.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Tue, 26 Apr 2022 22:32:44 +0200 |
child | 5772:238c4ac8b735 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_audit_auth/README.md Tue Apr 26 22:32:44 2022 +0200 @@ -0,0 +1,9 @@ +--- +summary: Store authentication events in the audit log +rockspec: + dependencies: + - mod_audit +... + +This module stores authentication failures and authentication successes in the +audit log provided by `mod_audit`.