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?
| Related Modules | Related 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.
+ +AuthType directive)
+
+ Require directive)
+
+ 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.