Metadata for pg_auth_mon_15-1.0-1.rhel7.ppc64le.rpm

0 directories 0 files
Go up

INFO

Name: pg_auth_mon_15
Version: 1.0-1.rhel7
Arch: ppc64le
Summary: PostgreSQL extension to store authentication attempts
License: MIT
Vendor: (none)
Build Host: power3-pgrpms.ox.uk.enterprisedb.com
Build Date: Wed Nov 16 10:13:57 2022
Size: 71163
URL: https://github.com/RafiaSabih/pg_auth_mon/
Description: The goal of this extension is to ease monitoring of login attempts to your database.
Although each failed login is written to database log file, but it is not straightforward
to identify through that information alone if your database is under some malicious
intents. However, if the information like total failed as well as successful login
attempts, timestamp of last failed and successful login are maintained individually,
then we can easily answer questions like,
 * if the user genuinely mistyped their password or their username is being compromised?
 * if there is any particular time when the malicious user/application is active?

FILES

/usr/pgsql-15/doc/extension/README-pg_auth_mon.md
/usr/pgsql-15/lib/pg_auth_mon.so
/usr/pgsql-15/share/extension/pg_auth_mon--1.0.sql
/usr/pgsql-15/share/extension/pg_auth_mon.control

REQUIRES

postgresql15-server
postgresql15-libs
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

pg_auth_mon_15 1.0-1.rhel7
pg_auth_mon_15(ppc-64) 1.0-1.rhel7

CONFIG FILES

/usr/pgsql-15/doc/extension/README-pg_auth_mon.md d
/usr/pgsql-15/lib/pg_auth_mon.so
/usr/pgsql-15/share/extension/pg_auth_mon--1.0.sql
/usr/pgsql-15/share/extension/pg_auth_mon.control

LICENSE FILES

MIT