pgsql: Remove support for native krb5 authentication

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Remove support for native krb5 authentication
Дата
Msg-id E1W4v0n-0008Uc-7d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove support for native krb5 authentication

krb5 has been deprecated since 8.3, and the recommended way to do
Kerberos authentication is using the GSSAPI authentication method
(which is still fully supported).

libpq retains the ability to identify krb5 authentication, but only
gives an error message about it being unsupported. Since all authentication
is initiated from the backend, there is no need to keep it at all
in the backend.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/98de86e4221a418d670db86bf28ff15e880beadc

Modified Files
--------------
configure                            |  314 +---------------------------------
configure.in                         |   54 +-----
doc/src/sgml/client-auth.sgml        |  253 +++++++--------------------
doc/src/sgml/config.sgml             |    6 +-
doc/src/sgml/install-windows.sgml    |    2 +-
doc/src/sgml/installation.sgml       |   20 +--
doc/src/sgml/libpq.sgml              |    9 +-
doc/src/sgml/passwordcheck.sgml      |    2 +-
doc/src/sgml/protocol.sgml           |    3 +-
src/backend/libpq/auth.c             |  217 -----------------------
src/backend/libpq/hba.c              |   35 +---
src/backend/libpq/pg_hba.conf.sample |    2 +-
src/bin/initdb/initdb.c              |    3 -
src/include/libpq/hba.h              |    1 -
src/include/libpq/pqcomm.h           |    2 +-
src/include/pg_config.h.in           |   18 --
src/include/pg_config.h.win32        |   15 --
src/interfaces/libpq/fe-auth.c       |  264 ----------------------------
src/interfaces/libpq/fe-connect.c    |    4 +-
src/interfaces/libpq/libpq-int.h     |    2 +-
src/tools/msvc/Solution.pm           |    6 +-
src/tools/msvc/config_default.pl     |    1 -
22 files changed, 91 insertions(+), 1142 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Rename msvc build option krb5 to gss
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Speed up COPY into tables with DEFAULT nextval()