From: Vincent Bray
Date: Fri, 24 Aug 2007 14:27:56 +0000 (+0000)
Subject: s/require/Require/g
X-Git-Tag: 2.0.61~48
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e27a201fe54d38a22def7fc4a779c876f30f0ea;p=thirdparty%2Fapache%2Fhttpd.git
s/require/Require/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569399 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en
index 2f5d6a61811..0bc988cc789 100644
--- a/docs/manual/mod/mod_ldap.html.en
+++ b/docs/manual/mod/mod_ldap.html.en
@@ -97,7 +97,7 @@ by other LDAP modules
AuthLDAPEnabled on
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
AuthLDAPAuthoritative on
- require valid-user
+ Require valid-user
</Location>
@@ -227,7 +227,7 @@ by other LDAP modules
AuthLDAPEnabled on
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
AuthLDAPAuthoritative on
- require valid-user
+ Require valid-user
</Location>
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 1a4fae4b368..451ccad5a21 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -77,7 +77,7 @@ by other LDAP modules
AuthLDAPEnabled on
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
AuthLDAPAuthoritative on
- require valid-user
+ Require valid-user
</Location>
@@ -209,7 +209,7 @@ by other LDAP modules
AuthLDAPEnabled on
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
AuthLDAPAuthoritative on
- require valid-user
+ Require valid-user
</Location>