Re: Two round for Client Authentication

From: Yinjie Lin <exialin37(at)gmail(dot)com>
To: marko(at)joh(dot)to, david(dot)g(dot)johnston(at)gmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Two round for Client Authentication
Date: 2018-06-15 06:02:50
Message-ID: CA+zFF0eNMqeUAaZiezXbvc7xmJC2ua0tnYYd9NqorrNjo_C+ww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Many thanks to Marko and David for your reply. It really helped.

Now I am playing with extension auth_delay, which uses
ClientAuthentication_hook. But I find it not easy to distinguish the first
connection of psql from the second one with empty password, since the
variable 'status' are both STATUS_EOF. Maybe I should dive into the code
deeper.

Regards,

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-06-15 06:16:39 Re: Remove mention in docs that foreign keys on partitioned tables are not supported
Previous Message Ashutosh Bapat 2018-06-15 05:49:21 Re: Problem while updating a foreign table pointing to a partitioned table on foreign server