From: Daniel Gruno Date: Fri, 20 Jul 2012 12:55:21 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.23~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6585764db1b0947cff3574427e9fd7d131b651c7;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index b0a696d0d8f..706b08d0358 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -5,7 +5,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> -Authentication, Authorization and Access Control - Apache HTTP Server +Authentication and Authorization - Apache HTTP Server @@ -19,7 +19,7 @@
<-
-Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials

Authentication, Authorization and Access Control

+Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials

Authentication and Authorization

Available Languages:  en  |  fr  | @@ -32,6 +32,9 @@ someone is who they claim they are. Authorization is any process by which someone is allowed to be where they want to go, or to have information that they want to have.

+ +

For general access control, see the Access + Control How-To.

top

Getting it working

@@ -205,7 +218,7 @@ module from each group.

# (Following line optional)
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
- Require user rbowen +Require user rbowen

Let's examine each of those directives individually. The AuthType directive selects @@ -219,7 +232,7 @@ module from each group.

AuthType Digest. This method is implemented by mod_auth_digest and is much more secure. Most recent browsers support Digest authentication.

-

The AuthName directive sets +

The AuthName directive sets the Realm to be used in the authentication. The realm serves two major functions. First, the client often presents this information to the user as part of the password dialog box. Second, it is used by the @@ -254,7 +267,7 @@ module from each group.

party modules in the Apache Modules Database.

-

Finally, the Require +

Finally, the Require directive provides the authorization part of the process by setting the user that is allowed to access this region of the server. In the next section, we discuss various ways to use the @@ -333,7 +346,7 @@ person in AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
AuthGroupFile /usr/local/apache/passwd/groups
- Require group GroupName +Require group GroupName

Now, anyone that is listed in the group GroupName, @@ -399,7 +412,7 @@ person in AuthBasicProvider dbm
AuthDBMUserFile /www/passwords/passwd.dbm
Require valid-user
- </Directory> +</Directory>

Other options are available. Consult the diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 7afd3eefac8..678a05de56a 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index 4b50f5662f6..930fec2d283 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -27,6 +27,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

Kimlik Doğrulama istediğiniz kişileri teyid etme işlemidir. Yetkilendirme ise kişilerin nereye gireceklerine ve hangi bilgiye diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index f15839907db..825d01ddb42 100644 --- a/docs/manual/howto/auth.xml.fr +++ b/docs/manual/howto/auth.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 6e7a2f0e456..a18c8057f14 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + +