From 0fa04b9082b634403e022acbd0a1bb0c2ae5203d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 27 May 2015 10:59:08 +0200 Subject: [PATCH 1/2] Windows Explorer - doesn't accept username/password --- user_manual/files/access_webdav.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 11ae8deef..c6e46bf3a 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -354,13 +354,21 @@ Known Problems **Solution** Windows limits the maximum size a file transferred from or to a WebDAV share may have. You can increase the value **FileSizeLimitInBytes** in - **HKEY_LOCAL_MacHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters** + **HKEY_LOCAL_MacHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters** by clicking on **Modify**. To increase the limit to the maximum value of 4GB, select **Decimal**, enter a value of **4294967295**, and reboot Windows or restart the **WebClient** service. +**Problem** + Windows doesn't accepts the username and password. + +**Solution** + You need to change value of **BasicAuthLevel** in + **HKEY_LOCAL_MacHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters** + to ``2``. + **Problem** Accessing your files from Microsoft Office via WebDAV fails. From afcca061185b4e663942af2665474179ccbd2300 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 27 May 2015 11:16:18 +0200 Subject: [PATCH 2/2] Update access_webdav.rst --- user_manual/files/access_webdav.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index c6e46bf3a..75caad094 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -361,14 +361,6 @@ Known Problems a value of **4294967295**, and reboot Windows or restart the **WebClient** service. -**Problem** - Windows doesn't accepts the username and password. - -**Solution** - You need to change value of **BasicAuthLevel** in - **HKEY_LOCAL_MacHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters** - to ``2``. - **Problem** Accessing your files from Microsoft Office via WebDAV fails.