summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ldap.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_ldap.html.en')
-rw-r--r--docs/manual/mod/mod_ldap.html.en30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en
index e156891d87..1cd14b414c 100644
--- a/docs/manual/mod/mod_ldap.html.en
+++ b/docs/manual/mod/mod_ldap.html.en
@@ -104,9 +104,9 @@ by other LDAP modules</td></tr>
&lt;Location /ldap-status&gt;<br />
<span class="indent">
SetHandler ldap-status<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourdomain.example.com<br />
+
+ Require host yourdomain.example.com<br />
+
Satisfy any<br />
AuthType Basic<br />
AuthName "LDAP Protected"<br />
@@ -247,9 +247,9 @@ by other LDAP modules</td></tr>
&lt;Location /ldap-status&gt;<br />
<span class="indent">
SetHandler ldap-status<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourdomain.example.com<br />
+
+ Require host yourdomain.example.com<br />
+
Satisfy any<br />
AuthType Basic<br />
AuthName "LDAP Protected"<br />
@@ -270,9 +270,9 @@ by other LDAP modules</td></tr>
&lt;Location /ldap-status&gt;<br />
<span class="indent">
SetHandler ldap-status<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourdomain.example.com<br />
+
+ Require host yourdomain.example.com<br />
+
Satisfy any<br />
AuthType Basic<br />
AuthName "LDAP Protected"<br />
@@ -324,9 +324,9 @@ by other LDAP modules</td></tr>
&lt;Location /ldap-status&gt;<br />
<span class="indent">
SetHandler ldap-status<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourdomain.example.com<br />
+
+ Require host yourdomain.example.com<br />
+
Satisfy any<br />
AuthType Basic<br />
AuthName "LDAP Protected"<br />
@@ -395,9 +395,9 @@ by other LDAP modules</td></tr>
&lt;Location /ldap-status&gt;<br />
<span class="indent">
SetHandler ldap-status<br />
- Order deny,allow<br />
- Deny from all<br />
- Allow from yourdomain.example.com<br />
+
+ Require host yourdomain.example.com<br />
+
LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem<br />
LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem<br />
# CA certs respecified due to per-directory client certs<br />