Re: krb_match_realm

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
Subject: Re: krb_match_realm
Date: 2007-11-01 12:48:21
Message-ID: 3475.1193921301@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Attached patch implements krb_match_realm for krb5, gssapi and sspi per
> complaint from Henry. Comments welcome.

Minor gripe: "krb_match_realm" sounds like it should be a boolean:
do or don't check the realm. Would just "krb_realm" be sensible?

Also the elog message texts need a bit of copy-editing.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-11-01 12:57:40 Re: krb_match_realm
Previous Message Magnus Hagander 2007-11-01 12:27:12 krb_match_realm