Patch to add Heimdal kerberos support - Mailing list pgsql-patches

From Bill Studenmund
Subject Patch to add Heimdal kerberos support
Date
Msg-id Pine.NEB.4.33.0111121445180.24761-200000@vespasia.home-net.internetconnect.net
Whole thread Raw
Responses Re: Patch to add Heimdal kerberos support
List pgsql-patches
Attached please find a patch to make Postgres compile with Heimdal krb5
support. This patch adds a new option, --with-heimdal. "--with-krb5" now
implies MIT krb5 support.

Also added are two new defines, KRB5_MIT and KRB5_HEIMDAL, which indicate
which flavor of KRB5 support is present (there are still some API
differences).

Enjoy!

Take care,

Bill

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for Makefile race against current cvs
Next
From: Hiroshi Inoue
Date:
Subject: Re: ALTER TABLE RENAME fix