Re: Authenticating user

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: adriantineo(at)softhome(dot)net
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Authenticating user
Date: 2002-10-04 15:20:43
Message-ID: web-1771439@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Adrian,

> Yes, that's what I did in the end. Thank you.
> I didn't want that solution at first because I wanted to separate the
> error for bad credentials from the error for db server not running. I
> managed to do that by "output buffering" the error message and
> analysing the string.

FYI, we're using pam_auth together with a remote NFS authentication
server to validate the users of our latest intranet project. It works
flawlessly.

-Josh Berkus

Browse pgsql-php by date

  From Date Subject
Next Message Devrim GUNDUZ 2002-10-04 17:27:04 Re: Connecting PostgreSQL db using Pear
Previous Message adriantineo 2002-10-02 18:39:02 Authenticating user