pgsql: Use GSSAPI library for SSPI auth, when native SSPI is not availa

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use GSSAPI library for SSPI auth, when native SSPI is not availa
Date: 2011-01-29 16:15:21
Message-ID: E1PjDSL-0006zB-UF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-29 17:52:25 pgsql: Make installation.sgml build standalone again.
Previous Message Robert Haas 2011-01-29 13:10:59 pgsql: Try to avoid running with a full fsync request queue.