Re: ident authentication problem

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ident authentication problem
Date: 2004-04-21 20:26:51
Message-ID: 20040421222651.S817@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I am running Mandrake 10 and would like to get sql-ledger to access the
> database.

> the included faq
> has this to say
>
> Do yourself a favour and change authentication type in pg_hba.conf to
>
> local all trust
If you follow this sage advice you'll open up your financial
data to anyone happening to have an account on the machine in
question. Anyone. Not just people who also happen to have
*PostgreSQL* DB accounts.

> Http://computersystemconsulting.ca Web hosting and Application Hosting.
Including any internet user visiting your pages if they
succeed in getting your http server to run some script (if, of
course, sql-ledger is on the exposed machine, which it
shouldn't).

> I can't locate this file.
It's in a directory off the home dir of the PostgreSQL system
account running the backends.

Do yourself a favour and read up on ident maps for PG
authentication.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lee Harr 2004-04-21 20:28:11 Re: Ordering YYYY MM DD in reverse chrono order
Previous Message Jeff Eckermann 2004-04-21 20:25:07 Re: PL/SQL question