public inbox for [email protected]  
help / color / mirror / Atom feed
Re : Credcheck extension
2+ messages / 2 participants
[nested] [flat]

* Re : Credcheck extension
@ 2024-11-18 09:03  張宸瑋 <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: 張宸瑋 @ 2024-11-18 09:03 UTC (permalink / raw)
  To: [email protected]

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!


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Re : Credcheck extension
@ 2024-11-18 15:15  Adrian Klaver <[email protected]>
  parent: 張宸瑋 <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Adrian Klaver @ 2024-11-18 15:15 UTC (permalink / raw)
  To: 張宸瑋 <[email protected]>; [email protected]

On 11/18/24 01:03, 張宸瑋 wrote:
> 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!

Have you looked a?:

https://github.com/HexaCluster/credcheck/issues/39

-- 
Adrian Klaver
[email protected]







^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2024-11-18 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-11-18 09:03 Re : Credcheck extension 張宸瑋 <[email protected]>
2024-11-18 15:15 ` Adrian Klaver <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox