2N/A<?
xml version="1.0"?>
2N/A<!-- English Revision : 1421821 --> 2N/A<!-- French translation : Lucien GENTIS --> 2N/A<!-- Reviewed by : Vincent Deffontaines --> 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 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<
name>mod_authz_user</
name>
2N/A<
description>Autorisation basée sur l'utilisateur</
description>
2N/A<
status>Base</
status>
2N/A<
identifier>authz_user_module</
identifier>
2N/A <
p>Ce module permet d'accorder ou de refuser l'accès à certaines
2N/A zones du site web aux utilisateurs authentifiés.
2N/A <
module>mod_authz_user</
module> accorde l'accès si l'utilisateur
2N/A authentifié fait partie de la liste spécifié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ès à tous les
2N/A utilisateurs qui ont été authentifiés avec succès.</
p>
2N/A<
seealso><
directive module="mod_authz_core">Require</
directive></
seealso>