summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_auth_ldap.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-09-19 20:14:25 +0200
committerJoshua Slive <slive@apache.org>2002-09-19 20:14:25 +0200
commit979b613a81714c08e19ec8ee3490c386da25ab1d (patch)
tree1813143546d679a48e40889150c2b094bbeb8ab4 /docs/manual/mod/mod_auth_ldap.xml
parentFix a couple little mistakes that probably creaped in during (diff)
downloadapache2-979b613a81714c08e19ec8ee3490c386da25ab1d.tar.xz
apache2-979b613a81714c08e19ec8ee3490c386da25ab1d.zip
Fix up a few small xml validity problems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_ldap.xml')
-rw-r--r--docs/manual/mod/mod_auth_ldap.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml
index 1599974f88..0ac0f48992 100644
--- a/docs/manual/mod/mod_auth_ldap.xml
+++ b/docs/manual/mod/mod_auth_ldap.xml
@@ -403,19 +403,13 @@ require valid-user
Fred User connects as <code>fuser</code>, the filter would look
like</p>
- <example>(&amp;<font
- color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font
- color="blue">uid</font>=<font
- color="green">fuser</font>))</example>
+ <example>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))</example>
<p>The above search will only succeed if <em>fuser</em> has a
pager. When Joe Manager connects as <em>jmanager</em>, the
filter looks like</p>
- <example>(&amp;<font
- color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font
- color="blue">uid</font>=<font
- color="green">jmanager</font>))</example>
+ <example>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))</example>
<p>The above search will succeed whether <em>jmanager</em>
has a pager or not.</p>