Re: Handling users

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: "Shridhar Daithankar<shridhar_daithankar(at)persistent(dot)co(dot)in>" <shridhar_daithankar(at)persistent(dot)co(dot)in>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Handling users
Date: 2003-02-18 13:52:57
Message-ID: 20030218135257.GE11307@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 18, 2003 at 18:30:59 +0530,
"Shridhar Daithankar<shridhar_daithankar(at)persistent(dot)co(dot)in>" <shridhar_daithankar(at)persistent(dot)co(dot)in> wrote:
>
> In this scheme, how can I authenticate user without fiddling with postgresql
> system catalogs? I mean I have and established connection as database
> superuser, a username and a password. Now I want to authenticate. How do I do
> it?

You can use ident authentication and allow the user the application runs
under to connect as any of the users that it is supposed to be able to.
If the application software is running on the same box as the database
server and the OS supports it, you can use local (domain socket) connections
and use ident without running an ident server.

In response to

  • Handling users at 2003-02-18 13:00:59 from Shridhar Daithankar<shridhar_daithankar@persistent.co.in>

Responses

  • Re: Handling users at 2003-02-18 13:43:51 from Shridhar Daithankar<shridhar_daithankar@persistent.co.in>

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar<shridhar_daithankar@persistent.co.in> 2003-02-18 14:11:38 Re: Handling users
Previous Message Bruno Wolff III 2003-02-18 13:48:31 Re: Aggregate definition : small oversight ?