public inbox for [email protected]
help / color / mirror / Atom feedDefault value
2+ messages / 2 participants
[nested] [flat]
* Default value
@ 2025-12-24 01:03 Igor Korot <[email protected]>
2025-12-24 01:10 ` Re: Default value Adrian Klaver <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Igor Korot @ 2025-12-24 01:03 UTC (permalink / raw)
To: pgsql-generallists.postgresql.org <[email protected]>
Hi, ALL
What would be the default value for "require_auth"?
The page at https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS,does
not indicate any...
Thank you.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Default value
2025-12-24 01:03 Default value Igor Korot <[email protected]>
@ 2025-12-24 01:10 ` Adrian Klaver <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Klaver @ 2025-12-24 01:10 UTC (permalink / raw)
To: Igor Korot <[email protected]>; pgsql-generallists.postgresql.org <[email protected]>
On 12/23/25 17:03, Igor Korot wrote:
> Hi, ALL
> What would be the default value for "require_auth"?
>
> The page at https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS,does
> not indicate any...
From the linked page:
"Specifies the authentication method that the client requires from the
server. If the server does not use the required method to authenticate
the client, or if the authentication handshake is not fully completed by
the server, the connection will fail. A comma-separated list of methods
may also be provided, of which the server must use exactly one in order
for the connection to succeed. By default, any authentication method is
accepted, and the server is free to skip authentication altogether.
"
Where the server side configuration is here:
https://www.postgresql.org/docs/current/auth-methods.html
>
> Thank you.
>
>
--
Adrian Klaver
[email protected]
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-12-24 01:10 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-12-24 01:03 Default value Igor Korot <[email protected]>
2025-12-24 01:10 ` 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