Re: BUG #17740: Connecting postgresql 13 with different psql versions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17740: Connecting postgresql 13 with different psql versions
Дата
Msg-id 4092738.1673277565@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17740: Connecting postgresql 13 with different psql versions  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17740: Connecting postgresql 13 with different psql versions
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> With following entries in pg_hba.conf, psql v13 is prompting for password
> for Kerberos connections, whereas psql v11 succeeds connecting without any
> issue.

> local all pgbkp peer map=pgbackrest
> hostssl all +citi_pg_app_read 0.0.0.0/0 gss map=krb
> host all all 0.0.0.0/0 scram-sha-256

> [kdc_test_fid@icl-actpsql-vm1 /psql13]$ psql -U app_kdc_test_fid -h x.x.x -d
> postgres -p 1524
> Password for user app_kdc_test_fid:

I suspect the v13 libpq is trying GSSAPI encryption before SSL encryption,
so it falls through the hostssl line and ends up at the catchall.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17743: Bad RIP VALUE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17739: postgres ts_headline function is not returning matches it should during full text search