Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?
Дата
Msg-id 3994.1392664720@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.2 -> 8.4 Upgrade: No More "ldaps://"?  (Jim Seymour <jseymour@LinxNet.com>)
Ответы Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?  (Jim Seymour <jseymour@LinxNet.com>)
Список pgsql-hackers
Jim Seymour <jseymour@LinxNet.com> writes:
> Tried to upgrade from 8.2.21 to 8.4.19 this morning and ran into a
> wall: It would appear the 
>     hostssl all all  0.0.0.0/0  ldap "ldaps://..."
> syntax is no longer supported?

The 8.4 release notes say that there were incompatible changes in the
format of pg_hba.conf entries for LDAP authentication, and this is one:
you're supposed to use the ldaptls option now.

AFAICS from the relevant commit (7356381ef), there is no change in
functionality between what we did for "ldaps:" and what we do now
for "ldaptls".
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Memory ordering issue in LWLockRelease, WakeupWaiters, WALInsertSlotRelease
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: Auto-tuning work_mem and maintenance_work_mem