Re: postgres-user <-> unix user

From: "Roderick A(dot) Anderson" <raanders(at)altoplanos(dot)net>
To: "PostgreSQL::General List" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: postgres-user <-> unix user
Date: 2000-09-19 19:46:53
Message-ID: Pine.LNX.4.10.10009191242460.6461-100000@altoplanos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)altoplanos(dot)net Altoplanos Information Systems, Inc.
Voice: 208.765.6149 212 S. 11th Street, Suite 5
FAX: 208.664.5299 Coeur d'Alene, ID 83814

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexey V. Borzov 2000-09-19 19:56:44 Re[4]: WTF is going on with PG_VERSION?
Previous Message Peter Eisentraut 2000-09-19 19:46:29 Re: Psql Question