Overriding Kerberos parameters

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Overriding Kerberos parameters
Date: 2009-01-02 12:21:03
Message-ID: 495E06AF.5060405@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've for some reason been sitting on this patch for a while, it was
supposed to be a part of the pg_hba changes from a few months ago.

Anyway. Here's a patch that makes it possible to set krb_realm and
krb_server_hostname on a per-hba-row basis, instead of just for the
whole server.

Comments?

//Magnus

Attachment Content-Type Size
krb_override.patch text/x-diff 9.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2009-01-02 12:23:17 Including kerberos realm
Previous Message Greg Smith 2009-01-02 11:17:29 Re: benchmarking the query planner