diff options
author | Lucien Gentis <lgentis@apache.org> | 2021-04-02 14:44:28 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2021-04-02 14:44:28 +0200 |
commit | 6d636ca087b2851f5bf395bebad97aee5abf2d9d (patch) | |
tree | 227f744305b6ea8173997d3846449a533737c22e /docs | |
parent | fr doc XML files updates. (diff) | |
download | apache2-6d636ca087b2851f5bf395bebad97aee5abf2d9d.tar.xz apache2-6d636ca087b2851f5bf395bebad97aee5abf2d9d.zip |
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_authz_core.html.fr.utf8 | 8 | ||||
-rw-r--r-- | docs/manual/mod/mod_authz_host.html.fr.utf8 | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_authz_core.html.fr.utf8 b/docs/manual/mod/mod_authz_core.html.fr.utf8 index 2d0d24a38e..1d3fd33d8a 100644 --- a/docs/manual/mod/mod_authz_core.html.fr.utf8 +++ b/docs/manual/mod/mod_authz_core.html.fr.utf8 @@ -468,7 +468,13 @@ d'autorisation.</td></tr> <dt><code>Require ip 10 172.20 192.168.2</code></dt> <dd>Les clients dont les adresses IP font partie des tranches spécifiées auront accès à la ressource.</dd> - </dl> + + <dt><code>Require forward-dns dynamic.example.org</code></dt> + <dd>Un client dont l'adresse IP est résolue à partir du nom + dynamic.example.org aura l'autorisation d'accès. + </dd> + + </dl> <p>D'autres modules d'autorisation comme <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>, <code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code>, diff --git a/docs/manual/mod/mod_authz_host.html.fr.utf8 b/docs/manual/mod/mod_authz_host.html.fr.utf8 index 4b9b5010c6..dea59c1a01 100644 --- a/docs/manual/mod/mod_authz_host.html.fr.utf8 +++ b/docs/manual/mod/mod_authz_host.html.fr.utf8 @@ -183,11 +183,11 @@ Require host .net example.edu</pre> sollicité, il fonctionnera avec des clients qui utilisent un service de DNS dynamique.</p> - <pre class="prettyprint lang-config">Require forward-dns bla.example.org</pre> + <pre class="prettyprint lang-config">Require forward-dns dynamic.example.org</pre> <p>Un client dont l'adresse IP correspond au nom d'hôte - <code>bla.example.org</code> se verra autoriser l'accès.</p> + <code>dynamic.example.org</code> se verra autoriser l'accès.</p> <p>Le fournisseur <code>forward-dns</code> est disponible à partir de la version 2.4.19 du serveur HTTP Apache.</p> |