Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?
Date
Msg-id 3994.1392664720@sss.pgh.pa.us
Whole thread Raw
In response to 8.2 -> 8.4 Upgrade: No More "ldaps://"?  (Jim Seymour <jseymour@LinxNet.com>)
Responses Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: Memory ordering issue in LWLockRelease, WakeupWaiters, WALInsertSlotRelease
Next
From: Gavin Flower
Date:
Subject: Re: Auto-tuning work_mem and maintenance_work_mem