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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jim Seymour <jseymour(at)LinxNet(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.2 -> 8.4 Upgrade: No More "ldaps://"?
Date: 2014-02-17 19:18:40
Message-ID: 3994.1392664720@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jim Seymour <jseymour(at)LinxNet(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Flower 2014-02-17 19:19:56 Re: Auto-tuning work_mem and maintenance_work_mem
Previous Message Andres Freund 2014-02-17 19:13:16 Re: Memory ordering issue in LWLockRelease, WakeupWaiters, WALInsertSlotRelease