From: | ljb <lbayuk(at)mindspring(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: Shouldn't .pgpass work with anything which uses libpq? |
Date: | 2003-01-09 01:38:50 |
Message-ID: | avijra$2f0t$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
pgman(at)candle(dot)pha(dot)pa(dot)us wrote:
>...
> OK, here is a patch I applied to 7.3.X and CVS head to fix the problem.
>
> The basic issue is that PQsetdbLogin does the pgpass test and then calls
> PQconnectDB. The fix is to do the pgpass test in PQconnectDB so both
> PQsetdbLogin and PQconnectDB can use it.
(Sorry about that. I posted a patch to one of the lists but it may not
have made it through. It looks like your patch is the same.)
> However, your posting brings up an interesting issue. Our current code
> makes no distinction between "" as a password, and a NULL password.
> They are both equivalent to "I have supplied no password". If you
> create a public user with an empty password, "", there is no way to log
> in as that user, because "" is considered to be "no password".
>
> I don't want to play with this in 7.3.X, but is it something we should
> consider cleaning up for 7.4?
There is a precedence for the current behavior. Another DBMS I've used
takes an empty password for an account to mean "this account is disabled".
Therefore it is impossible in that DBMS to have a valid account with no
password. Which to me is equivalent to PostgreSQL saying "if passwords are
enabled, it is impossible to login to an account with an empty or NULL
password". I like that behavior.
From | Date | Subject | |
---|---|---|---|
Next Message | ljb | 2003-01-09 01:49:26 | Re: still memory leaks with libpgtcl |
Previous Message | Hiroshi Inoue | 2003-01-09 00:49:41 | Re: ODBC fix |