Re : Credcheck extension

From: 張宸瑋 <kenny020307(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re : Credcheck extension
Date: 2024-11-18 09:03:28
Message-ID: CAFsaSDg3oCwP=Oq7Ej7=PLLHy6_5sUn65LwrQFxw0MvEwm=uAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!
I would like to inquire about the installation of the credcheck
third-party package to support password complexity and expiration date,
etc., when setting up open-source PostgreSQL. I am using the
credcheck--2.8.0.sql version from GitHub. After completing the setup, I
encountered the following issue: when an account exceeds the configured
number of incorrect login attempts, it gets locked. The command SELECT *
FROM pg_banned_role; should display the columns roleid, failure_count, and
banned_date, and the view is working properly and shows the information.
However, according to the example, the roleid does not correctly display
the corresponding oid for the account with failed login attempts. I would
like to ask if there is a solution for this issue. Thank you!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2024-11-18 09:36:13 Re: Re : Credcheck extension
Previous Message Adrian Klaver 2024-11-17 22:02:19 Re: Getting error 42P02, despite query parameter being sent