Windows Explorer - doesn't accept username/password

This commit is contained in:
Morris Jobke 2015-05-27 10:59:08 +02:00
parent f7d2e344d4
commit 0fa04b9082

View File

@ -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.