From 9dba921251647ccce846495b7b763a39cee9e707 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 13 Mar 2012 10:47:56 +0000 Subject: [PATCH] Adds an example from authz_host. We already mentioned it, but it's a pretty common example, and good to mention here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300065 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_core.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml index d7d434ce30..5e17bd090b 100644 --- a/docs/manual/mod/mod_authz_core.xml +++ b/docs/manual/mod/mod_authz_core.xml @@ -284,7 +284,8 @@ an authorization provider.
Access is allowed if expression evaluates to true.
-

Some of the allowed syntaxes provided by mod_authz_user +

Some of the allowed syntaxes provided by mod_authz_user, + mod_authz_host, and mod_authz_groupfile are:

@@ -298,12 +299,15 @@ an authorization provider.
Require valid-user
All valid users can access the resource.
+ +
Require ip 10 172.20 192.168.2
+
Clients in the specified IP address ranges can access the + resource.

Other authorization modules that implement require options include mod_authnz_ldap, mod_authz_dbm, mod_authz_dbd, - mod_authz_host, mod_authz_owner and mod_ssl.

In most cases, for a complete authentication and authorization -- 2.50.1