Revision 2fdcbe8...

Go back to digest for 8th May 2011

Features in KDE Base

Dawit Alemayehu committed changes in [kdelibs] kioslave/http/httpauthentication.cpp:

By default support only NTLMv1 like other browsers. However, make it possible
for users to manually enable the usage of NTLMv2 authentication by adding a
"EnableNTLMv2Auth=true" flag to either one of the following to configuration files:

$KDEHOME/share/config/kioslaverc OR
$KDEHOME/share/config/kio_httprc

Note this setting like every other ioslave setting can be set on a per site
basis by adding the parameter to a host specific section instead of the global
one. For example,

[foo.bar]
EnableNTLMv2Auth=true



(cherry picked from commit f79aacfcb658a57d9b7785018dfe4f970e524644)

File Changes

Modified 1 files
  • kioslave/http/httpauthentication.cpp
1 files changed in total