Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
4931:f4a9e804c457 | 4932:530d116b7f68 |
---|---|
1 --- | |
2 summary: Store authentication events in the audit log | |
3 rockspec: | |
4 dependencies: | |
5 - mod_audit | |
6 ... | |
7 | |
8 This module stores authentication failures and authentication successes in the | |
9 audit log provided by `mod_audit`. |