Mercurial > prosody-modules
view mod_audit_auth/README.md @ 5298:12f7d8b901e0
mod_audit: Support for adding location (GeoIP) to audit events
This can be more privacy-friendly than logging full IP addresses, and also
more informative to a user - IP addresses don't mean much to the average
person, however if they see activity from outside their expected country, they
can immediately identify suspicious activity.
As with IPs, this field is configurable for deployments that would like to
disable it. Location is also not logged when the geoip library is not
available.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 01 Apr 2023 13:11:53 +0100 |
parents | 530d116b7f68 |
children | 238c4ac8b735 |
line wrap: on
line source
--- 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`.