From 7e27a201fe54d38a22def7fc4a779c876f30f0ea Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Fri, 24 Aug 2007 14:27:56 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_ldap.html.en | 4 ++--
docs/manual/mod/mod_ldap.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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>
--
2.47.2