Subject: krb_match_realm
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/1/2007 8:48:21 AM
Magnus Hagander <magnus@hagander.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
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
Subject: krb_match_realm
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/1/2007 9:33:50 AM
Magnus Hagander <magnus@hagander.net> writes:
> Tom Lane wrote:
>> Also the elog message texts need a bit of copy-editing.
> Probably ;-) Got any specific hints, so I don't have to go through the
> iteration twice?
The one that caught my eye was
"SSPI domain (%s) does and configured domain (%s) don't match",
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
|