From cvs-return-62944-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Thu Mar 15 20:24:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 75BAD180649 for ; Thu, 15 Mar 2018 20:24:31 +0100 (CET) Received: (qmail 78948 invoked by uid 500); 15 Mar 2018 19:24:30 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 78939 invoked by uid 99); 15 Mar 2018 19:24:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2018 19:24:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CB4213A00FD for ; Thu, 15 Mar 2018 19:24:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1826858 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml Date: Thu, 15 Mar 2018 19:24:29 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180315192429.CB4213A00FD@svn01-us-west.apache.org> Author: jailletc36 Date: Thu Mar 15 19:24:29 2018 New Revision: 1826858 URL: http://svn.apache.org/viewvc?rev=1826858&view=rev Log: Slightly improve syntax highlight (r1826856 in trunk) Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml?rev=1826858&r1=1826857&r2=1826858&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_basic.xml Thu Mar 15 19:24:29 2018 @@ -114,7 +114,7 @@ lower level modules AuthBasicFake Fake basic authentication using the given expressions for username and password -AuthBasicFake off|username [password] +AuthBasicFake off|username [password] none directory.htaccess @@ -220,7 +220,7 @@ Digest Authentication was in force inste providers which support Digest Authentication.

Setting the AuthBasicUseDigestAlgorithm directive + >AuthBasicUseDigestAlgorithm directive to MD5 will cause the user's Basic Authentication password to be checked using the same encrypted format as for Digest Authentication. First a string composed from the username, realm name, @@ -233,7 +233,7 @@ Digest Authentication was in force inste

Through the use of AuthBasicUseDigestAlgorithm + >AuthBasicUseDigestAlgorithm a site may switch from Digest to Basic Authentication without requiring users to be assigned new passwords.

@@ -250,7 +250,7 @@ Digest Authentication was in force inste Only providers which support Digest Authentication will be able to authenticate users when AuthBasicUseDigestAlgorithm + >AuthBasicUseDigestAlgorithm is set to MD5. Use of other providers will result in an error response and the client will be denied access.