passwordcheck_extra module on pg v14.6

From: Daulat <daulat(dot)dba(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: passwordcheck_extra module on pg v14.6
Date: 2022-12-16 17:39:31
Message-ID: CALfOM6KKTmsPT0J_qcsVw4-hGbMzSB0s+NeHDiwEGzqbK3m-jw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Team,

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.

waiting for server to start....2022-12-16 12:37:27.203 UTC [20464] FATAL:
could not load library
"/opt/PostgreSQL-14/lib/postgresql/passwordcheck_extra.so":
/opt/PostgreSQL-14/lib/postgresql/passwordcheck_extra.so: undefined symbol:
elog_finish
2022-12-16 12:37:27.203 UTC [20464] LOG: database system is shut down
stopped waiting

Thanks.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2022-12-16 18:13:32 Re: passwordcheck_extra module on pg v14.6
Previous Message Magnus Hagander 2022-12-16 16:28:49 Re: Password complexities in Postgres v14.6