Re: postgres-user <-> unix user

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Tomas B(dot) Winkler" <tomasw(at)cs(dot)huji(dot)ac(dot)il>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: postgres-user <-> unix user
Date: 2000-09-19 19:45:38
Message-ID: Pine.LNX.4.21.0009192043060.362-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tomas B. Winkler writes:

> I would like to allow any user which has an unix account in our system to
> be able to connect a DB. Can be postgres configured that an unix user
> become automatically also a postgres user ? I can figure out some ways
> to do it yet I'm looking for the most transparent one.
> Thanks a lot.

Use ident authentication with a map name of "sameuser". See the
documentation in the file pg_hba.conf.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-09-19 19:46:29 Re: Psql Question
Previous Message Peter Eisentraut 2000-09-19 19:43:57 Re: binary operators on integers