From 5405576a22a00baccea6711dc2a7635f14698db9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 21 Aug 2006 19:21:38 +0000 Subject: 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 --- doc/src/sgml/client-auth.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 95606e86a30..c2fecc26c99 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -938,7 +938,8 @@ ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\ and the LDAP server. The connection between the client and the PostgreSQL server is not affected by this setting. To make use of TLS encryption, you may need to configure the LDAP library prior - to configuring PostgreSQL. + to configuring PostgreSQL. Note that encrypted LDAP is available only + if the platform's LDAP library supports it. If no port is specified, the default port as configured in the -- cgit v1.2.3