From 19b4867fafdbed8ad621f5ad3b30ae39f8de5e68 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 13 Mar 2012 10:49:53 +0000 Subject: [PATCH] rebuild xhtml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300066 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_core.html.en | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index 12808382ad..acfdb0626c 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -421,7 +421,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:

@@ -435,12 +436,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.40.0