From dddbf84b09fd34e1b4839a9f1fe47ee99b8602c8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 17 Nov 2012 02:41:42 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1410678 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.html.en | 19 ++++++++++--------- docs/manual/howto/auth.html.fr | 2 ++ docs/manual/howto/auth.xml.fr | 2 +- docs/manual/howto/auth.xml.ja | 2 +- docs/manual/howto/auth.xml.ko | 2 +- docs/manual/howto/auth.xml.meta | 2 +- docs/manual/howto/auth.xml.tr | 2 +- 7 files changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 32660de08e..eff973da46 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -310,8 +310,9 @@ person in (It's the -c that makes it create a new password file).

-

Now, you need to modify your .htaccess file to - look like the following:

+

Now, you need to modify your .htaccess file or + <Directory> block + to look like the following:

 AuthType Basic
@@ -337,13 +338,7 @@ Require group GroupName
 
     

Using that rather than the Require user rbowen line will allow anyone in that is listed in the password file, - and who correctly enters their password. You can even emulate - the group behavior here, by just keeping a separate password - file for each group. The advantage of this approach is that - Apache only has to check one file, rather than two. The - disadvantage is that you have to maintain a bunch of password - files, and remember to reference the right one in the - AuthUserFile directive.

+ and who correctly enters their password.

top

Possible problems

@@ -381,11 +376,13 @@ Require group GroupName
 <Directory /www/docs/private>
+
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider dbm
     AuthDBMUserFile /www/passwords/passwd.dbm
     Require valid-user
+
 </Directory>
     
@@ -405,12 +402,14 @@ Require group GroupName
 <Directory /www/docs/private>
+
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file ldap
     AuthUserFile /usr/local/apache/passwd/passwords
     AuthLDAPURL ldap://ldaphost/o=yourorg
     Require valid-user
+
 </Directory>
     
@@ -430,6 +429,7 @@ Require group GroupName
 <Directory /www/docs/private>
+
     AuthName "Private"
     AuthType Basic
     AuthBasicProvider file
@@ -438,6 +438,7 @@ Require group GroupName
     AuthGroupFile /usr/local/apache/passwd/groups
     Require group GroupName
     Require ldap-group cn=mygroup,o=yourorg
+
 </Directory>
     
diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index fc7d2075ec..0be5b4c45c 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -27,6 +27,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index 97b1d85c10..6ea7d118df 100644 --- a/docs/manual/howto/auth.xml.fr +++ b/docs/manual/howto/auth.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 534569643b..eb3b0abb52 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + +