pgsql: Use GSSAPI library for SSPI auth, when native SSPI is not availa - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Use GSSAPI library for SSPI auth, when native SSPI is not availa
Date
Msg-id E1PjDSL-0006zB-UF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use GSSAPI library for SSPI auth, when native SSPI is not available

This allows non-Windows clients to connect to a Windows
server with SSPI authentication.

Christian Ullrich, largely modified by me

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4ea1a273fbc20b29ba4aacd3c21030bd62296d7d

Modified Files
--------------
src/interfaces/libpq/fe-auth.c |   19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Try to avoid running with a full fsync request queue.
Next
From: Tom Lane
Date:
Subject: pgsql: Make installation.sgml build standalone again.