Skip to content

Commit 68b5c08

Browse files
committed
Fix typo in LDAP example
Reported by William Meitzen
1 parent 30b4ccd commit 68b5c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/client-auth.sgml

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

0 commit comments

Comments
 (0)