From 3c2f47f46c16aede262c85b4149c10b10dea76c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 16 Nov 2005 17:38:52 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345067 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.en | 49 +++++++++++++++- docs/manual/howto/auth.xml.ja | 2 +- docs/manual/howto/auth.xml.ko | 2 +- docs/manual/install.html.en | 56 +++++++++--------- docs/manual/install.xml.de | 2 +- docs/manual/install.xml.es | 2 +- docs/manual/install.xml.fr | 2 +- docs/manual/install.xml.ja | 2 +- docs/manual/install.xml.ko | 2 +- docs/manual/mod/directives.html.es | 1 + docs/manual/mod/directives.html.ko.euc-kr | 1 + docs/manual/mod/mod_auth_basic.html.en | 57 ++++++++----------- docs/manual/mod/mod_auth_basic.html.ja.euc-jp | 2 + docs/manual/mod/mod_auth_basic.html.ko.euc-kr | 2 + docs/manual/mod/mod_auth_basic.xml.ja | 2 +- docs/manual/mod/mod_auth_basic.xml.ko | 2 +- docs/manual/mod/mod_auth_basic.xml.meta | 4 +- docs/manual/mod/mod_auth_digest.html.en | 14 ++--- docs/manual/mod/mod_auth_digest.xml.ko | 2 +- docs/manual/mod/mod_ext_filter.html.ja.euc-jp | 2 + docs/manual/mod/quickreference.html.de | 8 +-- docs/manual/mod/quickreference.html.en | 8 +-- docs/manual/mod/quickreference.html.es | 30 +++++----- docs/manual/mod/quickreference.html.ja.euc-jp | 4 +- docs/manual/mod/quickreference.html.ko.euc-kr | 22 +++---- docs/manual/server-wide.html.ja.euc-jp | 2 + docs/manual/server-wide.html.ko.euc-kr | 2 + 27 files changed, 166 insertions(+), 118 deletions(-) diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 63b35b4f580..6f89d28c866 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 5e762cbf688..e14b6100e04 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + +