Patch to add Heimdal kerberos support

From: Bill Studenmund <wrstuden(at)netbsd(dot)org>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Patch to add Heimdal kerberos support
Date: 2001-11-12 22:56:47
Message-ID: Pine.NEB.4.33.0111121445180.24761-200000@vespasia.home-net.internetconnect.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
kdiff text/plain 6.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-12 23:39:05 Re: [ODBC] MD5 support for ODBC
Previous Message Tom Lane 2001-11-12 21:20:36 Re: Patch for Makefile race against current cvs