postgresql/src/interfaces
Magnus Hagander 98de86e422 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.
2014-01-19 17:05:01 +01:00
..
ecpg Split ecpg_execute() in constituent parts 2014-01-16 18:06:50 -03:00
libpq Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00