Re: Deprecations in authentication

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Deprecations in authentication
Date: 2013-10-24 18:37:31
Message-ID: CABUevEwmgRvNUj8AsM=vXcYv6jS7DNypKGH26dvhgHoWA7pjsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 24, 2013 at 8:35 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On 10/18/12, 7:20 AM, Magnus Hagander wrote:
>> 1. krb5 authentication. We've had gssapi since 8.3 (which means in all
>> supported versions). krb5 has been deprecated, also since 8.3. Time to
>> remove it?
>
> OS X Mavericks has now marked just about everything in krb5.h as
> deprecated, leading to compiler warnings. Which reminded me of this
> thread. Maybe it's time.

Yeah, it's still sitting on my TODO to get done for 9.4. I guess
that's another reason...

They're not causing compiler warnings when you just build with gssapi,
correct? Only if you enable the native krb5?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-10-24 19:01:37 Re: Deprecations in authentication
Previous Message Peter Eisentraut 2013-10-24 18:35:42 Re: Deprecations in authentication