]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc rebuild.
authorLucien Gentis <lgentis@apache.org>
Sat, 25 Feb 2023 13:55:44 +0000 (13:55 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 25 Feb 2023 13:55:44 +0000 (13:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907869 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_basic.html.fr.utf8
docs/manual/mod/mod_auth_basic.xml.es
docs/manual/mod/mod_auth_basic.xml.ja
docs/manual/mod/mod_auth_basic.xml.ko
docs/manual/mod/mod_ssl.html.fr.utf8
docs/manual/mod/mod_ssl.xml.es

index cd0691faadfb83cbfe92a553bd34600946926a07..7180e37307e25e26a4cb26bc8b4065c7257f8a4d 100644 (file)
@@ -118,6 +118,12 @@ Apache</td></tr>
     "password" sera utilisée. Pour désactiver l'authentification de base
     simulée pour un espace d'URL, définissez AuthBasicFake à "off".</p>
 
+    <div class="note">
+    L'en-tête Authorization ajouté par cette directive <em>ne constitue pas</em>
+    une donnée d'authentification ou d'autorisation au sein du serveur local. Il
+    est destiné à être transmis aux serveurs en amont.
+    </div>
+
     <p>Dans l'exemple suivant, un nom d'utilisateur et un mot de passe
     prédéfinis sont transmis à un serveur d'arrière-plan :</p>
 
index 69c0fd42920748d9d2afe29c1b7c91522938d0a7..93bbecfe11d80e8f2c6e48428849105225dc5068 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1826856:1874148 (outdated) -->
+<!-- English Revision: 1826856:1907762 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
 <!-- Spanish Translation Reviewer : Luis Gil de Bernabé <lgilbernabe@apache.org> --> 
 <!--
index fbb448d8b59bec94f8693829f985d51c9837f550..b59b2c180f1a7c3c76ca72ccbb5b6096c9c3143b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1874148 (outdated) -->
+<!-- English Revision: 420990:1907762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1f905a63517921e5c391634ffe05b95d66a15594..fdf818caacd2d4ec9779e1719303f737fda21565 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1874148 (outdated) -->
+<!-- English Revision: 151408:1907762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6abfc07ce49d0249bd05bb220f76d87caa385b6c..d27b8ee557891f5addb51f0c8bdf04a9d86ea8dd 100644 (file)
@@ -1569,6 +1569,13 @@ Les <em>option</em>s disponibles sont :</p>
     fois le nom d'utilisateur et le mot de passe ; elle fournit donc un
     mécanisme plus général de simulation d'authentification de base.</p>
 
+    <div class="note">A la différence de l'option <code>FakeBasicAuth</code>, la directive
+    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicfake">AuthBasicFake</a></code> ne définit pas
+    l'en-tête Authorization suffisamment tôt pour qu'il soit traité par le
+    système d'authentification et d'autorisation du serveur local ; cet en-tête
+    est destiné à être transmis aux serveurs en amont.
+    </div>
+
     <div class="warning">
       <p>Les noms d'utilisateur pour <code>FakeBasicAuth</code> ne doivent pas
       contenir de caractères non-ASCII, de caractères d'échappement ASCII (comme
index a651a48effb9b900b02d43f279b6b52dec1151f5..b565fc8563c0bc3fd5ad446ccbde52014dfd5770 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1817381:1896664 (outdated) -->
+<!-- English Revision: 1817381:1907762 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
 <!-- Updated and reviewed: Luis Gil de bernabe <lgilbernabe@apache.org> -->