| От | Magnus Hagander |
|---|---|
| Тема | Re: poor wording on SSPI error message |
| Дата | |
| Msg-id | 49B19DB7.1020909@hagander.net обсуждение |
| Ответ на | poor wording on SSPI error message (Alvaro Herrera <alvherre@commandprompt.com>) |
| Ответы |
Re: poor wording on SSPI error message
|
| Список | pgsql-hackers |
Alvaro Herrera wrote:
> Hi,
>
> This message
>
> r = (_QuerySecurityContextToken) (sspictx, &token);
> if (r != SEC_E_OK)
> {
> FreeLibrary(secur32);
> pg_SSPI_error(ERROR,
> gettext_noop("could not get security token from context"), r);
> }
>
> looks poorly worded. What "context" is it talking about? Can we be a
> bit more explicit? Any other thoughts on how to improve it?
Hmm. that should probalby read "could not get token from security
context", because that's what it's trying to do. But maybe you meant
something different from that as well?
/Magnus
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера