mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1352590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision: 1344676:1351970 (outdated) -->
|
||||
<!-- English Revision : 1351970 -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
||||
<!-- English Revision : 1336429 -->
|
||||
<!-- English Revision : 1352088 -->
|
||||
<!-- French translation : Lucien GENTIS -->
|
||||
<!-- Reviewed by : Vincent Deffontaines -->
|
||||
|
||||
@ -114,6 +114,10 @@ Alias /secure /webpages/secure
|
||||
AuthType Basic
|
||||
AuthName LDAP_Protected Place
|
||||
Require valid-user
|
||||
# Notez que Require ldap-* ne fonctionnerait pas ici, car
|
||||
# AuthnProviderAlias ne fournit pas de configuration pour les
|
||||
# fournisseurs d'autorisation implémentés dans le même module que le
|
||||
# fournisseur d'authentification.
|
||||
</Directory>
|
||||
</highlight>
|
||||
</example>
|
||||
|
Reference in New Issue
Block a user