pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix encrypted-LDAP support so that it doesn't cause the server to
Date: 2006-08-21 19:21:38
Message-ID: 20060821192138.A729F9FB334@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix encrypted-LDAP support so that it doesn't cause the server to fail
entirely on older Windows platforms without the needed library function.
Magnus Hagander

Modified Files:
--------------
pgsql/doc/src/sgml:
client-auth.sgml (r1.91 -> r1.92)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml.diff?r1=1.91&r2=1.92)
pgsql/src/backend/libpq:
auth.c (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.139&r2=1.140)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2006-08-22 00:01:41 npgsql - Npgsql: 2006-08-21 Francisco Figueiredo Jr.
Previous Message Tom Lane 2006-08-21 19:15:29 pgsql: Minor code rearrangement to save a few cycles in RI_FKey_check