mod_authz_user.xml.fr revision a69701660f992f38458ca3e706e3371d964f0fbe
2N/A<?xml version="1.0"?>
2N/A<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
2N/A<?xml-stylesheet type="text/xsl" href="/style/manual.fr.xsl"?>
2N/A<!-- English Revision : 1421821 -->
2N/A<!-- French translation : Lucien GENTIS -->
2N/A<!-- Reviewed by : Vincent Deffontaines -->
2N/A
2N/A<!--
2N/A Licensed to the Apache Software Foundation (ASF) under one or more
2N/A contributor license agreements. See the NOTICE file distributed with
2N/A this work for additional information regarding copyright ownership.
2N/A The ASF licenses this file to You under the Apache License, Version 2.0
2N/A (the "License"); you may not use this file except in compliance with
2N/A the License. You may obtain a copy of the License at
2N/A
2N/A http://www.apache.org/licenses/LICENSE-2.0
2N/A
2N/A Unless required by applicable law or agreed to in writing, software
2N/A distributed under the License is distributed on an "AS IS" BASIS,
2N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2N/A See the License for the specific language governing permissions and
2N/A limitations under the License.
2N/A-->
2N/A
2N/A<modulesynopsis metafile="mod_authz_user.xml.meta">
2N/A
2N/A<name>mod_authz_user</name>
2N/A<description>Autorisation bas&eacute;e sur l'utilisateur</description>
2N/A<status>Base</status>
2N/A<sourcefile>mod_authz_user.c</sourcefile>
2N/A<identifier>authz_user_module</identifier>
2N/A
2N/A<summary>
2N/A <p>Ce module permet d'accorder ou de refuser l'acc&egrave;s &agrave; certaines
2N/A zones du site web aux utilisateurs authentifi&eacute;s.
2N/A <module>mod_authz_user</module> accorde l'acc&egrave;s si l'utilisateur
2N/A authentifi&eacute; fait partie de la liste sp&eacute;cifi&eacute;e par une directive
2N/A <code>Require user</code>. On peut aussi utiliser la directive
2N/A <code>Require valid-user</code> pour accorder l'acc&egrave;s &agrave; tous les
2N/A utilisateurs qui ont &eacute;t&eacute; authentifi&eacute;s avec succ&egrave;s.</p>
2N/A</summary>
2N/A<seealso><directive module="mod_authz_core">Require</directive></seealso>
2N/A
</modulesynopsis>