summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_authnz_ldap.html.en
diff options
context:
space:
mode:
authorJason S. Lingohr <jsl@apache.org>2008-05-19 11:21:08 +0000
committerJason S. Lingohr <jsl@apache.org>2008-05-19 11:21:08 +0000
commitd0ea72822739ae3425463ea0ea0f7c63f19e0bc3 (patch)
tree115c0780446e133b9dd87fbdf7327e48c05d19b8 /docs/manual/mod/mod_authnz_ldap.html.en
parentfce706e922d08fe8892590cc64f68faaf3e19969 (diff)
downloadhttpd-d0ea72822739ae3425463ea0ea0f7c63f19e0bc3.tar.gz
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authnz_ldap.html.en')
-rw-r--r--docs/manual/mod/mod_authnz_ldap.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en
index 200331948c..ac7d1bb268 100644
--- a/docs/manual/mod/mod_authnz_ldap.html.en
+++ b/docs/manual/mod/mod_authnz_ldap.html.en
@@ -678,11 +678,11 @@ Require valid-user
subtree search for the attribute <em>userPrincipalName</em>, with
an empty search root, like so:</p>
-<div class="example"><pre>
-AuthLDAPBindDN <em>apache@somedomain.com</em>
-AuthLDAPBindPassword <em>password</em>
-AuthLDAPURL <em>ldap://10.0.0.1:3268/&gt;userPrincipalName?sub</em>
-</pre></div>
+<div class="example"><p><code>
+AuthLDAPBindDN apache@somedomain.com<br />
+AuthLDAPBindPassword password<br />
+AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
+</code></p></div>
<p>Users will need to enter their User Principal Name as a login, in
the form <em>somebody@nz.somedomain.com</em>.</p>