Socket Connection Authentication

Поиск
Список
Период
Сортировка
От basti
Тема Socket Connection Authentication
Дата
Msg-id 559E156F.4000001@arcor.de
обсуждение исходный текст
Ответы Re: Socket Connection Authentication  (John R Pierce <pierce@hogranch.com>)
Re: Socket Connection Authentication  (Naveed Shaikh <naveed.shaikh@enterprisedb.com>)
Список pgsql-general
Hello,
I try to use PHP with Postgresq1 socket connection. All works fine with
following entry in

pg_hba.conf

local      database  user trust
or
local       database  user peer map=someuser


pg_ident.conf

# MAPNAME       SYSTEM-USERNAME         PG-USERNAME
someuser        www-data                db-user

When I try

local      database  user md5

I get the error: "Peer authentication failed for user ..."
Is it possible to authenticate a user with md5 via socket connection?





В списке pgsql-general по дате отправления:

Предыдущее
От: William Dunn
Дата:
Сообщение: Re: Oracle to PostgreSQL Migration - Need Information
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Socket Connection Authentication