Re: passwordcheck_extra module on pg v14.6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: passwordcheck_extra module on pg v14.6
Date: 2022-12-16 18:13:32
Message-ID: 3816850.1671214412@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Daulat <daulat(dot)dba(at)gmail(dot)com> writes:
> I have tried to use the passwordcheck_extra module on pg v14.6 (Ubuntu
> 22.04) from Advanced Password Checks (paquier.xyz)
> <https://paquier.xyz/postgresql-2/advanced-password-check/>.
> But getting below error message while restarting postgres after making
> changes (shared_preload_libraries = 'passwordcheck_extra') in
> postgresql.conf file. The same thing is working in pg10 but pg14.6 throws
> below error.

You would need a version that is actually built against v14.
Postgres extension modules always require recompilation for
new major server versions. (Sadly, the linker gets in the way
here before we're able to deliver an on-point error message.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Jakobs 2022-12-16 18:13:38 Re: Password complexities in Postgres v14.6
Previous Message Daulat 2022-12-16 17:39:31 passwordcheck_extra module on pg v14.6