On 30-Apr-08, at 11:06 AM, Robert Lawrence wrote:
> As this is a test box, my pg_hba is as follows:
>
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
>
> # "local" is for Unix domain socket connections only
> local all all trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 trust
> # IPv6 local connections:
> host all all ::1/128 trust
>
>
> Basically allows anything from my local development computer but no
> outside connections.
When I changed trust to password and altered the role to have a
password then things worked as expected
But with the "trust" setting I'd get connected to the database with
the users name
Still seems wrong
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|