Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 65975 invoked from network); 20 Feb 2011 12:22:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 12:22:27 -0000 Received: (qmail 67866 invoked by uid 500); 20 Feb 2011 12:22:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 67656 invoked by uid 500); 20 Feb 2011 12:22:23 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 67648 invoked by uid 99); 20 Feb 2011 12:22:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 12:22:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 12:22:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0CA6923888EC; Sun, 20 Feb 2011 12:21:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1072572 - in /httpd/httpd/trunk/docs/manual: bind.xml.fr howto/auth.xml.fr index.xml.fr mod/core.xml.fr mod/mod_cache.xml.fr mod/mod_ldap.xml.fr ssl/index.xml.fr ssl/ssl_howto.xml.fr Date: Sun, 20 Feb 2011 12:21:54 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110220122155.0CA6923888EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lgentis Date: Sun Feb 20 12:21:54 2011 New Revision: 1072572 URL: http://svn.apache.org/viewvc?rev=1072572&view=rev Log: Updates Modified: httpd/httpd/trunk/docs/manual/bind.xml.fr httpd/httpd/trunk/docs/manual/howto/auth.xml.fr httpd/httpd/trunk/docs/manual/index.xml.fr httpd/httpd/trunk/docs/manual/mod/core.xml.fr httpd/httpd/trunk/docs/manual/mod/mod_cache.xml.fr httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml.fr httpd/httpd/trunk/docs/manual/ssl/index.xml.fr httpd/httpd/trunk/docs/manual/ssl/ssl_howto.xml.fr Modified: httpd/httpd/trunk/docs/manual/bind.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/bind.xml.fr?rev=1072572&r1=1072571&r2=1072572&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/bind.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/bind.xml.fr Sun Feb 20 12:21:54 2011 @@ -3,7 +3,7 @@ - + + @@ -32,6 +32,9 @@ qu'une personne est bien celle qu'elle prétend être. L'autorisation est un processus qui permet à une personne d'aller là où elle veut aller, ou d'obtenir les informations qu'elle désire.

+ +

Pour le contrôle d'accès en général, voir le How-To Contrôle d'accès.