From: | "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com> |
---|---|
To: | "Danyelle Gragsone" <ladynikon(at)gmail(dot)com> |
Cc: | PG-General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: postgres and webmin |
Date: | 2007-06-27 21:11:11 |
Message-ID: | b35603930706271411t67b03f58k906eee2e07f6913d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 6/28/07, Danyelle Gragsone <ladynikon(at)gmail(dot)com> wrote:
> BEFORE
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
>
> #"local" is for Unix domain socket connections only
> host template1 postfix, postfixadmin all 10.2.0.202 255.255.255.0 trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 trust
> # IPv6 local connections:
> #host all all ::1/128 trust
>
> AFTER
>
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
>
> "local" is for Unix domain socket connections only
> host template1 postfix, postfixadmin all 10.2.0.202 255.255.255.0 trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 trust
> # IPv6 local connections:
> #host all all ::1/128 trust
>
> You mean like this?
Firstly I fail to see the difference between the before and after.
Secondly you don't have a line that begins with local. Add the
following line to your file (was the stuff you just posted the entire file?)
and restart postgres.
local all postgres ident sameuser
Thirdly you're still top-posting :}
Cheers,
Andrej
--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.
From | Date | Subject | |
---|---|---|---|
Next Message | Osvaldo Rosario Kussama | 2007-06-27 21:14:59 | Re: Checking for a number |
Previous Message | Brian J. Erickson | 2007-06-27 21:06:22 | Error Message accessing configuration file |