]> granicus.if.org Git - apache/commitdiff
s/require/Require/g
authorVincent Bray <noodl@apache.org>
Fri, 24 Aug 2007 14:16:21 +0000 (14:16 +0000)
committerVincent Bray <noodl@apache.org>
Fri, 24 Aug 2007 14:16:21 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569393 13f79535-47bb-0310-9956-ffa450edef68

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

index 5ba34b13d6e4c32f46dd4eb2156850a80d8d2d57..b917311a4b6f23ba03ecf56eb3a71ad9137c003a 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>