Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2
Date: 2005-10-08 19:39:55
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E715@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> > Here's a patch that fixes the big problem and reverts the
> behaviour of
> > appl_version to be compatible with 8.0.
>
> Applied with trivial stylistic cleanups.
>
> BTW, the documentation seems a bit broken:
>
> krb_server_hostname (string)
>
> Sets the hostname part of the service principal. This, combined
> with krb_srvname, is used to generate the complete service
> principal, i.e. krb_server_hostname/krb_server_hostname(at)REALM(dot)
>
> I suppose one of those last two should be "krb_srvname", but which?

Yes.
It should be krb_srvname/krb_server_hostname(at)REALM(dot)

Now that you mention it, krb_server_hostname should probably mentioned
in chapter 19.2.3 somewhere.

//Magnus

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-10-08 19:42:49 Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2
Previous Message Tom Lane 2005-10-08 19:36:01 Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2