summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2009-06-24 13:46:32 +0000
committerMagnus Hagander2009-06-24 13:46:32 +0000
commit7283ac64d8fb71869a2e3318864daa4e0e684def (patch)
tree62146b30f144b9566fdd7f06e469d58bf383e2a0
parent104bee6d66da1fbc0f6b569393113bd90d0b046a (diff)
Fix incorrect LDAP example, noted by Tom.
-rw-r--r--doc/src/sgml/client-auth.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 805ed5eed3..ad4d084180 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -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>