Re: Open item: kerberos warning message

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Open item: kerberos warning message
Дата
Msg-id 16264.1231429760@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Open item: kerberos warning message  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> The reason this is happening is that we are initializing Kerberos even
> if we're not going to use it. The reason for doing *this*, is that if
> kerberos is compiled in, we use it to find out if we should try a
> different username than the one logged in to the local system - we look
> at the kerberos login.

> We don't do this for any other login, including kerberos over GSSAPI.
> AFAIK, we've heard no complaints.

> I see two ways to fix this, and have attached two patches:

> 1) Remove the support for getting this username. AFAIK, it's not even
> documented. [krberror_remove.patch]

+1 for this approach.
        regards, tom lane


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: about truncate
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: WITH RECURSIVE ... CYCLE in vanilla SQL: issues with arrays of rows