Skip to content

Commit 8ff0eb8

Browse files
committed
Fix typo in LDAP example
Reported by William Meitzen
1 parent 868bfd1 commit 8ff0eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
15841584
<para>
15851585
Here is the same search+bind configuration written as a URL:
15861586
<programlisting>
1587-
host ... ldap lapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
1587+
host ... ldap ldapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
15881588
</programlisting>
15891589
Some other software that supports authentication against LDAP uses the
15901590
same URL format, so it will be easier to share the configuration.

0 commit comments

Comments
 (0)