]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/require/Require/g
authorVincent Bray <noodl@apache.org>
Fri, 24 Aug 2007 14:23:56 +0000 (14:23 +0000)
committerVincent Bray <noodl@apache.org>
Fri, 24 Aug 2007 14:23:56 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@569398 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml

index c7f23ff26b32cdf3996629787ea084670b5ab808..ea5a276604e1e03239c8e4a68d53c90c230403be 100644 (file)
@@ -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>
       &lt;/Location&gt;
     </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>
       &lt;/Location&gt;
     </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>
       &lt;/Location&gt;
     </code></p></div>
@@ -304,7 +304,7 @@ by other LDAP modules</td></tr>
                 LDAPTrustedClientCert CERT_NICKNAME &lt;nickname&gt; [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>
             &lt;/Location&gt;
         </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>
             &lt;/Location&gt;
         </code></p></div>
index 972974431992995414bf40e3e45ac65f0261f0f4..e7764d991eaa489a21907ac62372c7ebbb398935 100644 (file)
@@ -81,7 +81,7 @@ by other LDAP modules</description>
         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 />
       </indent>
       &lt;/Location&gt;
     </example>
@@ -211,7 +211,7 @@ by other LDAP modules</description>
         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 />
       </indent>
       &lt;/Location&gt;
     </example>
@@ -231,7 +231,7 @@ by other LDAP modules</description>
         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 />
       </indent>
       &lt;/Location&gt;
     </example>
@@ -283,7 +283,7 @@ by other LDAP modules</description>
                 LDAPTrustedClientCert CERT_NICKNAME &lt;nickname&gt; [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 />
             </indent>
             &lt;/Location&gt;
         </example>
@@ -350,7 +350,7 @@ by other LDAP modules</description>
                 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 />
             </indent>
             &lt;/Location&gt;
         </example>