Re: Handling users - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Handling users
Date
Msg-id 20030218141714.GB11505@wolff.to
Whole thread Raw
In response to Re: Handling users  ("Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in>)
Responses Re: Handling users
List pgsql-general
On Tue, Feb 18, 2003 at 19:13:51 +0530,
  "Shridhar Daithankar<shridhar_daithankar@persistent.co.in>" <shridhar_daithankar@persistent.co.in> wrote:
>
> I don't want to do that unless that is last option. And yes, the application
> and database are on same machine and it will be unix domain socket only for
> security reasons. ( I mean just trying to be paranoid. The application is on
> company intranet but why take chance?)

If you are using domain sockets and the OS supports it, why wouldn't you
want to use ident authentication?

The other option is to use password authentication and make sure you keep
the binaries secret so people can't find out what the passwords are. In
most cases I would expect password authentication to be higher risk than
ident authentication when you only allow connections through domain sockets.

pgsql-general by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: Handling users
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Handling users