# HG changeset patch # User Sebastien Jodogne # Date 1603804623 -3600 # Node ID 8e27dbf6f39e6263e9e5220980cadffa79e83343 # Parent 610e6be26a71fd54d39ee7ae5fc7958a304ebfd5 BasicAuthLevel put in more visible way diff -r 610e6be26a71 -r 8e27dbf6f39e Sphinx/source/users/webdav.rst --- a/Sphinx/source/users/webdav.rst Thu Oct 22 08:59:11 2020 +0200 +++ b/Sphinx/source/users/webdav.rst Tue Oct 27 14:17:03 2020 +0100 @@ -128,6 +128,10 @@ Microsoft Windows 7 ^^^^^^^^^^^^^^^^^^^ +First of all, make sure to adapt the value of the registry key +``BasicAuthLevel``, :ref:`as explained below `. +Otherwise, you might not be able to connect. + This section illustrates how to use WebDAV on a Microsoft Windows 7 operating system. Obviously, the procedure is very similar for more recent versions of Microsoft Windows, and many tutorials are available @@ -188,13 +192,20 @@ you'll have to delete the network share and repeat the steps above again. +Note that you can find additional information `in the thread about +WebDAV on the discussion forum +`__. -Remote access using Microsoft Windows 10 + +Secure access using Microsoft Windows 10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Depending on your security settings, Microsoft Windows 10 might impose -the use of HTTPS in the Orthanc server. First, you must obviously -configure :ref:`HTTPS security in Orthanc `. +First of all, make sure to adapt the value of the registry key +``BasicAuthLevel``, :ref:`as explained below `. + +Depending on your security settings, Microsoft Windows 10 might also +impose the use of HTTPS in the Orthanc server. First, you must +obviously configure :ref:`HTTPS security in Orthanc `. In order to connect successfully to Orthanc WebDAV server using basic authentication and SSL with self-signed certificate. @@ -234,21 +245,38 @@ the Explorer namespace (next to the C: drive, etc...). Something to try if the mount fails: -- open ``regedit.exe`` - -- open the ``HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters key`` + +Tips for other operating systems +-------------------------------- + +.. _webdav_windows_fix: + +Microsoft Windows 7, 8.x or 10 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If you cannot access WebDAV from Microsoft Windows (with version above +7), as a first step, change the value of the registry key +``BasicAuthLevel`` within the system registry to value ``2`` (by +default, it comes with value ``1`` that prevents WebDAV access). Here +are the steps: + +- Open ``regedit.exe`` -- create the ``BasicAuthLevel`` DWORD value if needed +- Open the ``HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters`` key -- set the ``BasicAuthLevel`` DWORD value to ``2`` +- Create the ``BasicAuthLevel`` DWORD value if needed + +- Set the ``BasicAuthLevel`` DWORD value to ``2`` This should *not* be required, but was enabled on the PC that was used to test the mounting procedure. `Details here `__ +Note that you can find additional information `in the thread about +WebDAV on the discussion forum +`__. -Tips for other operating systems --------------------------------- + Microsoft Windows Server 2012 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^