aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2009-06-24 13:46:32 +0000
committerMagnus Hagander <magnus@hagander.net>2009-06-24 13:46:32 +0000
commit286518e6f4705ff8d9de225ea87c3c5574485517 (patch)
tree135c250364028ef5fc6bb59722af135639cdb210
parentc7e42c7ce16e75ca43e027486e1c100024e53170 (diff)
downloadpostgresql-286518e6f4705ff8d9de225ea87c3c5574485517.tar.gz
postgresql-286518e6f4705ff8d9de225ea87c3c5574485517.zip
Fix incorrect LDAP example, noted by Tom.
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index ff08fc446cf..8eded32b2b1 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.122 2009/05/16 21:17:21 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.123 2009/06/24 13:46:32 mha Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
@@ -1261,7 +1261,7 @@ omicron bryanh guest1
</para>
</note>
<synopsis>
-ldapserver=ldap.example.net prefix="cn=" suffix="dc=example, dc=net"
+ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net"
</synopsis>
</sect2>