From: Jan Schneider Date: Tue, 12 Jan 2010 11:45:05 +0000 (+0100) Subject: Try any authentication by default. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e2984cb1018cff62bb72b95daea3cfb265556f1d;p=horde.git Try any authentication by default. --- diff --git a/framework/Http/lib/Horde/Http/Request/Base.php b/framework/Http/lib/Horde/Http/Request/Base.php index c64807f95..53f8384eb 100644 --- a/framework/Http/lib/Horde/Http/Request/Base.php +++ b/framework/Http/lib/Horde/Http/Request/Base.php @@ -57,7 +57,7 @@ abstract class Horde_Http_Request_Base * Authentication scheme * @var const Horde_Http::AUTH_* */ - protected $_authenticationScheme = Horde_Http::AUTH_BASIC; + protected $_authenticationScheme = Horde_Http::AUTH_ANY; /** * Proxy server