Skip to content
Snippets Groups Projects
Commit 68b5c08c authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Fix typo in LDAP example

Reported by William Meitzen
parent 30b4ccda
No related branches found
No related tags found
No related merge requests found
......@@ -1461,7 +1461,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment