]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_authz_user.xml.fr
Fixes to XML. rebuild.
[apache] / docs / manual / mod / mod_authz_user.xml.fr
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4 <!-- English Revision: 635137:1174747 (outdated) -->
5 <!-- French translation : Lucien GENTIS -->
6 <!-- Reviewed by : Vincent Deffontaines -->
7
8 <!--
9  Licensed to the Apache Software Foundation (ASF) under one or more
10  contributor license agreements.  See the NOTICE file distributed with
11  this work for additional information regarding copyright ownership.
12  The ASF licenses this file to You under the Apache License, Version 2.0
13  (the "License"); you may not use this file except in compliance with
14  the License.  You may obtain a copy of the License at
15
16      http://www.apache.org/licenses/LICENSE-2.0
17
18  Unless required by applicable law or agreed to in writing, software
19  distributed under the License is distributed on an "AS IS" BASIS,
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  See the License for the specific language governing permissions and
22  limitations under the License.
23 -->
24
25 <modulesynopsis metafile="mod_authz_user.xml.meta">
26
27 <name>mod_authz_user</name>
28 <description>Autorisation bas&eacute;e sur l'utilisateur</description>
29 <status>Base</status>
30 <sourcefile>mod_authz_user.c</sourcefile>
31 <identifier>authz_user_module</identifier>
32 <compatibility>Disponible depuis les versions 2.1 et sup&eacute;rieures
33 d'Apache</compatibility>
34
35 <summary>
36     <p>Ce module permet d'accorder ou de refuser l'acc&egrave;s &agrave; certaines
37     zones du site web aux utilisateurs authentifi&eacute;s.
38     <module>mod_authz_user</module> accorde l'acc&egrave;s si l'utilisateur
39     authentifi&eacute; fait partie de la liste sp&eacute;cifi&eacute;e par une directive
40     <code>Require user</code>. On peut aussi utiliser la directive
41     <code>Require valid-user</code> pour accorder l'acc&egrave;s &agrave; tous les
42     utilisateurs qui ont &eacute;t&eacute; authentifi&eacute;s avec succ&egrave;s.</p>
43 </summary>
44 <seealso><directive module="mod_authz_core">Require</directive></seealso>
45
46 </modulesynopsis>