Re: Solaris and Ident

From: Richard Huxton <dev(at)archonet(dot)com>
To: D Unit <dthompso(at)email(dot)arizona(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Solaris and Ident
Date: 2007-03-09 09:45:18
Message-ID: 45F12CAE.1040906@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

D Unit wrote:
> I've used Postgres on Linux for several years, and I have relied on the
> 'ident' authentication method for system administration and other tasks. Now
> I need to get a postgres database up and running on Solaris. The problem is
> that 'ident' authentication is not supported on Solaris. I can't figure out
> how to do simple things, such as running pg_dumpall from a cron job, because
> without 'ident' authentication the dump script prompts for a password.
>
> Does anybody have a work around for this problem?

Check the manuals for mention of the ".pgpass" file - it's in the libpq
section iirc.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-03-09 09:46:37 Re: make cascade the default?
Previous Message Charlie Clark 2007-03-09 09:23:42 Re: Weird behaviour on a join with multiple keys