diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:13 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:13 +0100 |
commit | 1acac7a6b494db24f8f58e44dab7657b6de68742 (patch) | |
tree | 9a0dd3753dd6fb8c859ed299ee9794b88173c420 /docs/manual/mod/mod_ldap.html.en | |
parent | 80ba9f34b69a273d82f2f46d7fe231e30e127028 (diff) | |
download | apache2-1acac7a6b494db24f8f58e44dab7657b6de68742.tar.gz |
Upstream tarball 2.2.6upstream/2.2.6
Diffstat (limited to 'docs/manual/mod/mod_ldap.html.en')
-rw-r--r-- | docs/manual/mod/mod_ldap.html.en | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index c7f23ff2..128693cc 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -104,7 +104,7 @@ by other LDAP modules</td></tr> Allow from yourdomain.example.com<br /> AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one<br /> AuthzLDAPAuthoritative off<br /> - require valid-user<br /> + Require valid-user<br /> </span> </Location> </code></p></div> @@ -232,7 +232,7 @@ by other LDAP modules</td></tr> Allow from yourdomain.example.com<br /> AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br /> AuthzLDAPAuthoritative off<br /> - require valid-user<br /> + Require valid-user<br /> </span> </Location> </code></p></div> @@ -252,7 +252,7 @@ by other LDAP modules</td></tr> Allow from yourdomain.example.com<br /> AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS<br /> AuthzLDAPAuthoritative off<br /> - require valid-user<br /> + Require valid-user<br /> </span> </Location> </code></p></div> @@ -304,7 +304,7 @@ by other LDAP modules</td></tr> LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]<br /> AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br /> AuthzLDAPAuthoritative off<br /> - require valid-user<br /> + Require valid-user<br /> </span> </Location> </code></p></div> @@ -371,7 +371,7 @@ by other LDAP modules</td></tr> LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem<br /> AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br /> AuthzLDAPAuthoritative off<br /> - require valid-user<br /> + Require valid-user<br /> </span> </Location> </code></p></div> @@ -622,6 +622,6 @@ Certificate Authority or global client certificates</td></tr> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/mod/mod_ldap.html" title="English"> en </a></p> </div><div id="footer"> -<p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2007 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |