]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update transformations.
authorJason S. Lingohr <jsl@apache.org>
Mon, 19 May 2008 11:21:08 +0000 (11:21 +0000)
committerJason S. Lingohr <jsl@apache.org>
Mon, 19 May 2008 11:21:08 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657793 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_proxy.xml.ja

index 200331948cbe935d842d404239d91bf3680847ff..ac7d1bb2686f735f9242cdd1ef98428efb29c37d 100644 (file)
@@ -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>
index f7141b36d1ef4049faacaffacb99207266f0991c..2af46074ab2db2ce4964124c85de6c032d2f5a06 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:634760 (outdated) -->
+<!-- English Revision: 189754:657760 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more