From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Frans Haarman <frans(at)haarman(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Problems with authentication |
Date: | 2003-01-22 21:55:53 |
Message-ID: | 24536.1043272553@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Frans Haarman <frans(at)haarman(dot)com> writes:
> I tried:
> local all password
> but then it asks for a password when booting the server, and I would
> like to have this done automaticly.
You could tell the pg_ctl script not to try to check whether the
postmaster started; then it won't need to connect and so won't need
a password. I forget the switch for this, but it's in the docs.
But in general, password auth is a pain in the neck for all admin
duties. I agree with Bruno Wolff's suggestion to look at alternative
auth methods. "ident" on local connections is secure, if your operating
system supports it.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-01-22 21:58:00 | Re: Access PGDATA from different servers |
Previous Message | Matt Mello | 2003-01-22 20:55:22 | Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so |