passwordpolicy
passwordpolicy
passwordpolicy : Dynamically configurable PostgreSQL password complexity checks.
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 7040 | passwordpolicy
|
passwordpolicy
|
2.0.5 |
SEC
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd-r
|
No
|
Yes
|
Yes
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| See Also | passwordcheck
passwordcheck_cracklib
credcheck
|
PGDG RPM and Pigsty DEB package fmbiete/passwordpolicy 2.0.5; requires shared_preload_libraries and cracklib runtime.
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.0.5 |
18
17
16
15
14
|
passwordpolicy |
- |
| RPM | PGDG
|
2.0.5 |
18
17
16
15
14
|
passwordpolicy_$v |
cracklib |
| DEB | PIGSTY
|
2.0.5 |
18
17
16
15
14
|
postgresql-$v-passwordpolicy |
cracklib-runtime, libcrack2 |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
el8.x86_64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
el8.aarch64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
el9.x86_64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
el9.aarch64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
el10.x86_64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
el10.aarch64
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
PGDG 2.0.5
|
d12.x86_64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
d12.aarch64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
d13.x86_64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
d13.aarch64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u22.x86_64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u22.aarch64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u24.x86_64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u24.aarch64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u26.x86_64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
u26.aarch64
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
PIGSTY 2.0.5
|
Source
pig build pkg passwordpolicy; # build rpm/debInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install passwordpolicy; # install via package name, for the active PG version
pig install passwordpolicy -v 18; # install for PG 18
pig install passwordpolicy -v 17; # install for PG 17
pig install passwordpolicy -v 16; # install for PG 16
pig install passwordpolicy -v 15; # install for PG 15
pig install passwordpolicy -v 14; # install for PG 14Config this extension to shared_preload_libraries:
shared_preload_libraries = '$libdir/passwordpolicy';Create this extension with:
CREATE EXTENSION passwordpolicy;
Last updated on