From aa34d6321966e45bcc432caf1f715657e250be56 Mon Sep 17 00:00:00 2001
From: Chris Darroch
<Directory /www/docs/private>
@@ -406,17 +406,17 @@ person in
In this example the file provider will attempt to authenticate - the user first. If it is unable to authenticate the user, the ldap + the user first. If it is unable to authenticate the user, the LDAP provider will be called. This allows the scope of authentication to be broadened if your organization implements more than one type of authentication store. Other authentication and authorization scenarios may include mixing one type of authentication with a different type of authorization. For example, authenticating against - a password file yet authorizing against and ldap directory.
+ a password file yet authorizing against an LDAP directory.Just as multiple authentication providers can be implemented, multiple authorization methods can also be used. In this example both file group - authorization as well as ldap group authorization is being used.
+ authorization as well as LDAP group authorization is being used.By default all
<Directory /www/docs/private>
@@ -472,7 +472,7 @@ person in
# if ((user == "John") ||
- # ((Group == "admin")
+ # ((Group == "admins")
# && (ldap-group <ldap-object> contains auth'ed_user)
# && ((ldap-attribute dept == "sales")
# || (file-group contains auth'ed_user))))
@@ -504,7 +504,7 @@ person in
Require
- directives are handled through and OR operation. In other words, if
+ directives are handled through an OR operation. In other words, if
any of the specified authorization methods succeed, then authorization
is granted. By enclosing a set of
Require
directives within
diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja
index addac5edab..681005a006 100644
--- a/docs/manual/howto/auth.xml.ja
+++ b/docs/manual/howto/auth.xml.ja
@@ -1,7 +1,7 @@
-
+
+