auth_delay

auth_delay

pause briefly before reporting authentication failure

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
7970
auth_delay
auth_delay
-
SEC
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--sL---
No
Yes
Yes
No
no
no
Relationships
See Also
pg_auth_mon
credcheck
login_hook
passwordcheck
passwordcheck_cracklib
pgaudit
set_user
pg_permissions

Packages

PG18PG17PG16PG15PG14PG13
-
-
-
-
-
-

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Add this extension to shared_preload_libraries:

shared_preload_libraries = 'auth_delay';  -- comma-separated list

Create this extension with:

CREATE EXTENSION auth_delay;
Last updated on