Re: [Auth] "ident" method and LDAP user accounts

Поиск
Список
Период
Сортировка
От Stephane Bortzmeyer
Тема Re: [Auth] "ident" method and LDAP user accounts
Дата
Msg-id 20050303084317.GA19405@nic.fr
обсуждение исходный текст
Ответ на Re: [Auth] "ident" method and LDAP user accounts  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [Auth] "ident" method and LDAP user accounts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, Mar 02, 2005 at 02:16:29PM -0500,
 Tom Lane <tgl@sss.pgh.pa.us> wrote
 a message of 8 lines which said:

> > It is of course very inconvenient to duplicate my LDAP database into
> > pg_ident.conf. Is there a better way?
>
> Perhaps you can find a PAM plugin that talks to LDAP, and configure
> Postgres to use that.

It already exists (I tried it) but it does not suit my needs since it
asks for the password (and I'm already logged in, I don't want to type
a password again).

The real issue is "Why PostgreSQL does not use getpwuid when
getsockopt with SO_PEERCREED returns a numeric UID?" This would give
to PostgreSQL the real and correct user name :-(

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

Предыдущее
От: jack alex
Дата:
Сообщение: does postgres supports syslog-ng package for loging rather than using standart syslog package
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Auth] "ident" method and LDAP user accounts