From 948a5aec4aac3728498bd01f575367ea9ff1197d Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 21 Mar 2016 11:30:24 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735948 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_host.html.en | 25 ++++++++++++++++++++++++- docs/manual/mod/mod_authz_host.html.fr | 2 ++ docs/manual/mod/mod_authz_host.xml.fr | 2 +- docs/manual/mod/mod_authz_host.xml.meta | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 897548cec1..3874df4daa 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -73,7 +73,8 @@ address)

Apache's Require directive is used during the authorization phase to ensure that a user is allowed or denied access to a resource. mod_authz_host extends the - authorization types with ip, host and local. + authorization types with ip, host, + forward-dns and local. Other authorization types may also be used but may require that additional authorization modules be loaded.

@@ -165,6 +166,28 @@ Require host .net example.edu +

Require forward-dns

+ +

The forward-dns provider allows access to the server + to be controlled based on simple host names. When + Require forward-dns host-name is specified, + all IP addresses corresponding to host-name + are allowed access.

+ +

In contrast to the host provider, this provider does not + rely on reverse DNS lookups: it simply queries the DNS for the host name + and allows a client if its IP matches. As a consequence, it will only + work with host names, not domain names. However, as the reverse DNS is + not used, it will work with clients which use a dynamic DNS service.

+ +
Require forward-dns bla.example.org
+ + +

A client the IP of which is resolved from the name + bla.example.org will be granted access.

+ + +

Require local

The local provider allows access to the server if any diff --git a/docs/manual/mod/mod_authz_host.html.fr b/docs/manual/mod/mod_authz_host.html.fr index b10bdef35c..50047198c0 100644 --- a/docs/manual/mod/mod_authz_host.html.fr +++ b/docs/manual/mod/mod_authz_host.html.fr @@ -29,6 +29,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_authz_host.xml.fr b/docs/manual/mod/mod_authz_host.xml.fr index 07ada0db61..6a3edfe150 100644 --- a/docs/manual/mod/mod_authz_host.xml.fr +++ b/docs/manual/mod/mod_authz_host.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_host.xml.meta b/docs/manual/mod/mod_authz_host.xml.meta index 2df68a979b..c67d019aa9 100644 --- a/docs/manual/mod/mod_authz_host.xml.meta +++ b/docs/manual/mod/mod_authz_host.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0
Description:Autorisations de groupe basées sur l'hôte (nom ou adresse IP)
Statut:Base