Re: client authentication towards postgresql in php? - Mailing list pgsql-php

From Bruno Wolff III
Subject Re: client authentication towards postgresql in php?
Date
Msg-id 20031111184752.GA11772@wolff.to
Whole thread Raw
In response to Re: client authentication towards postgresql in php?  (Daniel Struck <struck.d@retrovirology.lu>)
Responses Re: client authentication towards postgresql in php?
Re: client authentication towards postgresql in php?
List pgsql-php
On Tue, Nov 11, 2003 at 14:54:25 +0100,
  Daniel Struck <struck.d@retrovirology.lu> wrote:
>
> The problem is, I don't have a password available in php.
> The users are authenticated with x509 certificats and a private key, not a password. The private key is stored on a
smartcardand never leaves it, the smartcard itself handles the authentication with apache. 
>
> Problem now is, I want to authenticate the user with postgresql, to be able to log what the user is doing in
postgresqlitself. 
> But I don't have a password to authenticate the user.
> Thought about using a Kerberos ticket in postgresql, but don't know how to setup this.

If you trust the host the php/web server runs on you may be able to use
trust authentication. If you don't trust all of the users on that host
then you can use ident authentication, though if the db server and php/web
server aren't the same host using identd may slow things down too much.

pgsql-php by date:

Previous
From: Daniel Struck
Date:
Subject: Re: client authentication towards postgresql in php?
Next
From: Bruce Momjian
Date:
Subject: Re: Support for prepared queries