Re: Authenticating user

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Authenticating user
Дата
Msg-id web-1771439@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Authenticating user  (adriantineo@softhome.net)
Список 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 по дате отправления:

Предыдущее
От: adriantineo@softhome.net
Дата:
Сообщение: Authenticating user
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Connecting PostgreSQL db using Pear