You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/08/24 16:23:57 UTC

svn commit: r569398 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_ldap.html.en mod_ldap.xml

Author: noodl
Date: Fri Aug 24 07:23:56 2007
New Revision: 569398

URL: http://svn.apache.org/viewvc?rev=569398&view=rev
Log:
s/require/Require/g

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en?rev=569398&r1=569397&r2=569398&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en Fri Aug 24 07:23:56 2007
@@ -104,7 +104,7 @@
         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 @@
         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 @@
         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 @@
                 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 @@
                 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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml?rev=569398&r1=569397&r2=569398&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml Fri Aug 24 07:23:56 2007
@@ -81,7 +81,7 @@
         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 @@
         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 @@
         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 @@
                 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 @@
                 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>