From: | james(dot)lin(at)cenoq(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #13623: " authentication_timeout " is invalid. |
Date: | 2015-09-17 01:34:03 |
Message-ID: | 20150917013403.2680.57177@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 13623
Logged by: postgresql.conf 's " authentication_timeout " is invalid.
Email address: james(dot)lin(at)cenoq(dot)com
PostgreSQL version: 9.5alpha2
Operating system: RHEL6.4
Description:
Hi, sir,
the "postgresql.conf" 's "authentication_timeout" is not active.
The example Log:
-------------------------------------------------------------------------------------------------
[BEGIN] 2015/9/16 17:57:37
[postgres(at)pg95 ~]$ psql -V
psql (PostgreSQL) 9.5alpha2
[postgres(at)pg95 ~]$ time psql -c 'show authentication_timeout ;'
Password:
authentication_timeout
------------------------
1min
(1 row)
real 4m39.528s
user 0m0.003s
sys 0m0.002s
[END] 2015/9/16 18:03:10
---------------------------------------------------------------------------------------------------
The document is said :
From:
http://www.postgresql.org/docs/9.4/static/runtime-config-connection.html
authentication_timeout (integer)
Maximum time to complete client authentication, in seconds. If a would-be
client has not completed the authentication protocol in this much time, the
server closes the connection. This prevents hung clients from occupying a
connection indefinitely. The default is one minute (1m). This parameter can
only be set in the postgresql.conf file or on the server command line.
I can't find about this information or solution by goolge search or forum,
Please tell me how to verify it is active . or check it running? thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-09-17 03:48:48 | Re: BUG #13622: unsafe use of relative rpath libpq.5.dylib |
Previous Message | adamwizon | 2015-09-16 21:48:38 | BUG #13622: unsafe use of relative rpath libpq.5.dylib |