| From: | agrimm(at)gmail(dot)com |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #6412: psql & fe-connect truncate passwords |
| Date: | 2012-01-28 02:15:20 |
| Message-ID: | E1Rqxp2-0004Qt-PL@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 6412
Logged by: Andy Grimm
Email address: agrimm(at)gmail(dot)com
PostgreSQL version: 9.1.2
Operating system: Linux (Fedora)
Description:
When psql prompts for a password, it only reads the first 100 characters of
the password. The limit in fe-connect.c (for when .pgpass is used) is
weirder, a seemingly arbitrary 320 bytes for all fields combined. Other
(postgresql-jdbc, PyGreSQL, etc.) have no problem with a 512-byte password.
It would be nice to have these limits controlled by a constant, and for the
command to give an error or warning when a password is truncated.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dharmendra Goyal | 2012-01-28 02:47:03 | Re: Windows x86-64 One-Click Install (9.1.2-1, 9.0.6-1) hangs on "initialising the database cluster" (with work-around) |
| Previous Message | Phil Sorber | 2012-01-27 20:56:07 | Example in plpgsql docs can lead to infinite loop |