diff options
author | Jason S. Lingohr <jsl@apache.org> | 2008-05-19 11:21:08 +0000 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2008-05-19 11:21:08 +0000 |
commit | d0ea72822739ae3425463ea0ea0f7c63f19e0bc3 (patch) | |
tree | 115c0780446e133b9dd87fbdf7327e48c05d19b8 | |
parent | fce706e922d08fe8892590cc64f68faaf3e19969 (diff) | |
download | httpd-d0ea72822739ae3425463ea0ea0f7c63f19e0bc3.tar.gz |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657793 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_authnz_ldap.html.en | 10 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml.ja | 2 |
2 files changed, 6 insertions, 6 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/>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> diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index f7141b36d1..2af46074ab 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -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 |