Re: Upcoming re-releases

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Upcoming re-releases
Дата
Msg-id 20060211203849.GN4474@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Upcoming re-releases  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
* Magnus Hagander (mha@sollentuna.net) wrote:
> > > The way our Kerberos implementation is done, it does *not* validate
> > > the server, just the client. If you want server
> > verification, you must
> > > use a combination of both Kerberos and SSL.
> >
> > Eh?  We use mutual authentication in Kerberos...
>
> We do? That's good then :-) I was told by someone that we don't. Never
> really checked into it, since all my installations already use SSL for
> that. So, I'll retract my comment ;)

We pass in 'MUTUAL_REQUIRED' to krb5_sendauth and check the return value
of it correctly...  I'd be really curious why 'someone' felt we weren't
doing mutual authentication...  I don't see anything obvious..
Thanks,
    Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: SpeedComparison
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: Getting the length of varlength data using PG_DETOAST_DATUM_SLICE