Re: compile failure on cvs tip --with-krb5

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: Joe Conway <mail(at)joeconway(dot)com>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile failure on cvs tip --with-krb5
Date: 2003-06-22 16:44:57
Message-ID: 20030622164457.GD47307@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > This change (I'm sure this will wrap poorly -- sorry):
> > http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/libpq/pqcomm.h.diff?r1=1.85&r2=1.86
> >
> > modified SockAddr, but no corresponding change was made here
> > (fe-auth.c:612):
> >
> > case AUTH_REQ_KRB5:
> > #ifdef KRB5
> > if (pg_krb5_sendauth(PQerrormsg, conn->sock, &conn->laddr.in,
> > &conn->raddr.in,
> > hostname) != STATUS_OK)
> >
> > It's not obvious to me what the change ought to be though.
>
> Please try the attached patch.
>
> I'll try to change kerberos 4 later if I can find some
> documentation about it. Especially the krb_sendauth() function.
>
> Does Kerberos 4 support other protocols than ipv4?

Not that I'm aware of. -sc

--
Sean Chittenden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2003-06-22 16:57:45 Re: Two weeks to feature freeze
Previous Message The Hermit Hacker 2003-06-22 16:28:06 Re: Two weeks to feature freeze