Including kerberos realm

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Including kerberos realm
Date: 2009-01-02 12:23:17
Message-ID: 495E0735.5040601@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's the patch allowing for the parameter include_realm on
pg_hba.conf, that makes the authentication system pass the user(at)realm
format username to the identmap, instead of stripping the realm. This
was the original reason for having regexp support in the ident maps..

The idea is to make it a lot easier to run with multiple kerberos realms
in the same installation. Hello Stephen :-)

Comments?

//Magnus

Attachment Content-Type Size
include_realm.patch text/x-diff 4.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-01-02 13:32:18 Re: Including kerberos realm
Previous Message Magnus Hagander 2009-01-02 12:21:03 Overriding Kerberos parameters