diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 63b35b4f58..6f89d28c86 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 5e762cbf68..e14b6100e0 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + +