Fix typo in LDAP example

Reported by William Meitzen
pull/7/head
Magnus Hagander 11 years ago
parent d4aeb3dea2
commit 2a330d551c
  1. 2
      doc/src/sgml/client-auth.sgml

@ -1464,7 +1464,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
<para>
Here is the same search+bind configuration written as a URL:
<programlisting>
host ... ldap lapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
host ... ldap ldapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
</programlisting>
Some other software that supports authentication against LDAP uses the
same URL format, so it will be easier to share the configuration.

Loading…
Cancel
Save