From: Rich Bowen -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
@@ -406,11 +407,13 @@ Require group GroupName
<Directory /www/docs/private>
+
AuthName "Private"
AuthType Basic
AuthBasicProvider dbm
AuthDBMUserFile /www/passwords/passwd.dbm
Require valid-user
+
</Directory>
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.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index 6ba501871e0..b4c6a1cb1d1 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -27,6 +27,7 @@ ko | tr
+Kimlik DoÄrulama istediÄiniz kiÅileri teyid etme iÅlemidir. Yetkilendirme ise kiÅilerin nereye gireceklerine ve hangi bilgiye diff --git a/docs/manual/howto/auth.xml.fr b/docs/manual/howto/auth.xml.fr index e3aadc90b1c..fbfd18ea8ea 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 a18c8057f14..c598b491013 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + +