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

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

From
"Magnus Hagander"
Date:
(Tom, this is the other one you were referring to, I hope.)

I'm still planning to do this, but I'm very pressed for time right now.
I'll try to get it done as soon as possible, but worst case it may be
around two weeks before I can do it. Sorry. If someone else wants to
beat me to it go right ahead, otherwise - it's on it's way eventually.
I think a general overview to make sure the different parts (config
section vs kerberos auth section) are actually in sync is required.

//Magnus

>
> I need a comment on this.
>
> --------------------------------------------------------------
> -------------
>
> Tom Lane wrote:
> > BTW, it appears to me that this patch has also broken the
> claim in the
> > manual that
> >
> >     If [krb_server_hostname is] not set, the default is to allow any
> >     service principal matching an entry in the keytab.
> >
> > The reason that was true was that we passed a NULL "server"
> value to
> > krb5_recvauth(), which with this patch we never do anymore.
> >
> > I'm not sure if this represents a serious loss of
> flexibility or not,
> > but in any case the documentation needs an update.
> >
> >             regards, tom lane
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 5: don't forget to increase your free space map settings
> >
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square,
> Pennsylvania 19073
>

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

From
Bruce Momjian
Date:
We don't have two weeks, I think.  If I can catch you on IM I can make
the modifications, with a little hand-holding.

---------------------------------------------------------------------------

Magnus Hagander wrote:
> (Tom, this is the other one you were referring to, I hope.)
>
> I'm still planning to do this, but I'm very pressed for time right now.
> I'll try to get it done as soon as possible, but worst case it may be
> around two weeks before I can do it. Sorry. If someone else wants to
> beat me to it go right ahead, otherwise - it's on it's way eventually.
> I think a general overview to make sure the different parts (config
> section vs kerberos auth section) are actually in sync is required.
>
> //Magnus
>
> >
> > I need a comment on this.
> >
> > --------------------------------------------------------------
> > -------------
> >
> > Tom Lane wrote:
> > > BTW, it appears to me that this patch has also broken the
> > claim in the
> > > manual that
> > >
> > >     If [krb_server_hostname is] not set, the default is to allow any
> > >     service principal matching an entry in the keytab.
> > >
> > > The reason that was true was that we passed a NULL "server"
> > value to
> > > krb5_recvauth(), which with this patch we never do anymore.
> > >
> > > I'm not sure if this represents a serious loss of
> > flexibility or not,
> > > but in any case the documentation needs an update.
> > >
> > >             regards, tom lane
> > >
> > > ---------------------------(end of
> > > broadcast)---------------------------
> > > TIP 5: don't forget to increase your free space map settings
> > >
> >
> > --
> >   Bruce Momjian                        |  http://candle.pha.pa.us
> >   pgman@candle.pha.pa.us               |  (610) 359-1001
> >   +  If your life is a hard drive,     |  13 Roberts Road
> >   +  Christ can be your backup.        |  Newtown Square,
> > Pennsylvania 19073
> >
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

From
Tom Lane
Date:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> We don't have two weeks, I think.  If I can catch you on IM I can make
> the modifications, with a little hand-holding.

For docs changes I think we do.  I'm a bit worried however about whether
the loss of wildcard functionality is a problem requiring code changes.

            regards, tom lane