Re: Authenticating user - Mailing list pgsql-php

From Josh Berkus
Subject Re: Authenticating user
Date
Msg-id web-1771439@davinci.ethosmedia.com
Whole thread Raw
In response to Authenticating user  (adriantineo@softhome.net)
List 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


pgsql-php by date:

Previous
From: adriantineo@softhome.net
Date:
Subject: Authenticating user
Next
From: Devrim GUNDUZ
Date:
Subject: Re: Connecting PostgreSQL db using Pear