Skip to content

Commit 64ac985

Browse files
committed
Fix typo in LDAP example
Reported by William Meitzen
1 parent 479cb1e commit 64ac985

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

0 commit comments

Comments
 (0)