ucb/source/ucp/webdav-curl/CurlSession.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 37abfd767874441568d9f5ac499b2d93d34e10fe
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Thu Oct 13 12:15:21 2022 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Thu Oct 13 12:16:02 2022 +0200

    ucb: webdav-curl: try fallback authentication with Negotiate instead
    
    Change-Id: I93e0c8f95beafc30b94296430352f2ae54e65b11

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index b698026d16b6..5d0616e2e1b9 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -1442,8 +1442,8 @@ auto CurlProcessor::ProcessRequest(
                             { // SharePoint hack: try NTLM auth
                                 assert(authAvail == 0);
                                 // note: this must be a single value!
-                                // would need 2 iterations to try 
CURLAUTH_NEGOTIATE too
-                                authAvail = CURLAUTH_NTLM;
+                                // would need 2 iterations to try 
CURLAUTH_NTLM too
+                                authAvail = CURLAUTH_NEGOTIATE;
                             }
                             // only allow SystemCredentials once - the
                             // PasswordContainer may have stored it in the

Reply via email to