diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-21 19:21:38 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-21 19:21:38 +0000 |
commit | 5405576a22a00baccea6711dc2a7635f14698db9 (patch) | |
tree | adce8a89143dd4c8a61810f17a77586c2af86a16 /doc/src | |
parent | d7c310c1fa03d062225cf7c5ef146cc615d44b7b (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.91 2006/06/18 15:38:35 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.92 2006/08/21 19:21:38 tgl Exp $ --> <chapter id="client-authentication"> <title>Client Authentication</title> @@ -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. </para> <para> If no port is specified, the default port as configured in the |