]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fix as per PR44905, submitted by Jamie Taylor <jamie.taylor@pobox.com>.
authorJason S. Lingohr <jsl@apache.org>
Mon, 19 May 2008 11:16:07 +0000 (11:16 +0000)
committerJason S. Lingohr <jsl@apache.org>
Mon, 19 May 2008 11:16:07 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657791 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index e1792f9a0ed6a22daf26d6295b6819324d16c609..dc0bbbba98c02b7b7132f552ce46a164781d2ec8 100644 (file)
@@ -674,11 +674,11 @@ Require valid-user
     subtree search for the attribute <em>userPrincipalName</em>, with
     an empty search root, like so:</p>
 
-<example><pre>
-AuthLDAPBindDN <em>apache@somedomain.com</em>
-AuthLDAPBindPassword <em>password</em>
-AuthLDAPURL <em>ldap://10.0.0.1:3268/>userPrincipalName?sub</em>
-</pre></example>
+<example>
+AuthLDAPBindDN apache@somedomain.com<br />
+AuthLDAPBindPassword password<br />
+AuthLDAPURL ldap://10.0.0.1:3268/?userPrincipalName?sub
+</example>
 
     <p>Users will need to enter their User Principal Name as a login, in
     the form <em>somebody@nz.somedomain.com</em>.</p>