Fix typo in LDAP example
authorMagnus Hagander <magnus@hagander.net>
Sun, 9 Aug 2015 12:49:47 +0000 (14:49 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 9 Aug 2015 12:50:42 +0000 (14:50 +0200)
Reported by William Meitzen

doc/src/sgml/client-auth.sgml

index a9785c1a5cc2a5663d444e67384e2d0ef8e758d6..4690aad63449dec9894bf3f55c5d2444090d9914 100644 (file)
@@ -1584,7 +1584,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.