Merge pull request #2211 from nextcloud/fix-windows-webdav-note

Correctly Display Note about Basic Authentication and Windows in version 18 docs
This commit is contained in:
Morris Jobke 2020-07-22 20:37:52 +02:00 committed by GitHub
commit 0057504d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,13 +231,13 @@ files offline, use the Desktop Client to sync all files on your
Nextcloud to one or more directories of your local hard drive.
.. note:: Prior to mapping your drive, you must permit the use of Basic
Authentication in the Windows Registry: launch „regedit“ and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters.
Create or edit the DWORD value „BasicAuthLevel“ (Windows Vista, 7 and 8) or
„UseBasicAuth“ (Windows XP and Windows Server 2003) and set its value data
to 1 for SSL connections. Value 0 means that Basic Authentication is disabled,
a value of 2 allows both SSL and non-SSL connections (not recommended).
Then exit Registry Editor, and restart the computer.
Authentication in the Windows Registry: launch „regedit“ and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters.
Create or edit the DWORD value „BasicAuthLevel“ (Windows Vista, 7 and 8) or
„UseBasicAuth“ (Windows XP and Windows Server 2003) and set its value data
to 1 for SSL connections. Value 0 means that Basic Authentication is disabled,
a value of 2 allows both SSL and non-SSL connections (not recommended).
Then exit Registry Editor, and restart the computer.
Mapping drives with the command line
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^