From: André Malo Date: Wed, 16 Nov 2005 17:55:37 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.1.10~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6ebfb6f86382a8f89d9f7c499ab8c296cedbf9;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345070 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index c471ab44291..ddb474f9b42 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -42,7 +42,54 @@ do?
top

Related Modules and Directives

- + +

There are three types of modules involved in the authentication and +authorization process. You will usually need to choose at least one +module from each group.

+ + + +

The module mod_authnz_ldap is both an + authentication and authorization provider. The module + mod_authn_alias is not an authentication provider + in itself, but allows other authentication providers to be + configured in a flexible manner.

+ +

The module mod_authz_host provides authorization + and access control based on hostname, IP address or characteristics + of the request, but is not part of the authentication provider + system.

+
top

Introduction

diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 34232fc4728..d8cf30b8147 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + +