Re: postgres-user <-> unix user - Mailing list pgsql-general

From Roderick A. Anderson
Subject Re: postgres-user <-> unix user
Date
Msg-id Pine.LNX.4.10.10009191242460.6461-100000@altoplanos.net
Whole thread Raw
In response to postgres-user <-> unix user  ("Tomas B. Winkler" <tomasw@cs.huji.ac.il>)
List pgsql-general
On Tue, 19 Sep 2000, Tomas B. Winkler wrote:

>
> 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.

Back in my Oracle days on IBM RS6000 I seem to remember we had to manually
add the user as an Oarcle user.  This included sometimes two accounts.
The normal user and an OPS$usename account so they could login
automagically to an Oracle instance.
  Basically I think you'll need to add them as part of the adduser/useradd
process and/or run a script against the passwd file to create them.


rod
--
Roderick A. Anderson
raanders@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Psql Question
Next
From: "Alexey V. Borzov"
Date:
Subject: Re[4]: WTF is going on with PG_VERSION?