[Cyberduck-trac] [Cyberduck] #2931: NTLM authentication fails with bad request error

Cyberduck trac at trac.cyberduck.io
Wed Jan 8 13:37:14 UTC 2014


#2931: NTLM authentication fails with bad request error
---------------------------+-------------------------
 Reporter:  jmccauley@…    |         Owner:  dkocher
     Type:  defect         |        Status:  reopened
 Priority:  normal         |     Milestone:  3.8
Component:  webdav         |       Version:  4.4.3
 Severity:  normal         |    Resolution:
 Keywords:                 |  Architecture:  Intel
 Platform:  Mac OS X 10.6  |
---------------------------+-------------------------
Changes (by stefan döhla):

 * cc: stefan.doehla@… (added)
 * status:  closed => reopened
 * version:  3.5.1 => 4.4.3
 * resolution:  duplicate =>


Comment:

 The problem is still there, and it seems to me as a noob that the
 authentication method does not work for PUT. Other operations seem to
 work.


 {{{
 HEAD /Users/bla/ HTTP/1.1
 Host: bla
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
 Authorization: Basic bla

 HTTP/1.1 401 Unauthorized
 Content-Length: 1656
 Content-Type: text/html
 Server: Microsoft-IIS/6.0
 WWW-Authenticate: Negotiate
 WWW-Authenticate: NTLM
 X-Powered-By: ASP.NET
 Date: Wed, 08 Jan 2014 12:01:39 GMT

 HEAD /Users/bla/ HTTP/1.1
 Host: bla
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
 Authorization: NTLM blabla==

 HTTP/1.1 401 Unauthorized
 Content-Length: 1539
 Content-Type: text/html
 Server: Microsoft-IIS/6.0
 WWW-Authenticate: NTLM blabla==
 X-Powered-By: ASP.NET
 Date: Wed, 08 Jan 2014 12:01:40 GMT

 HEAD /Users/bla/ HTTP/1.1
 Host: bla
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
 Authorization: NTLM blabla==

 HTTP/1.1 200 OK
 Content-Length: 1686
 Content-Type: text/html
 Server: Microsoft-IIS/6.0
 X-Powered-By: ASP.NET
 Date: Wed, 08 Jan 2014 12:01:40 GMT

 PUT /Users/bla/bla.bla HTTP/1.1
 Expect: 100-continue
 Content-Length: 136691
 Content-Type: application/vnd.openxmlformats-
 officedocument.wordprocessingml.document
 Host: bla
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
 Authorization: Basic bla

 HTTP/1.1 401 Unauthorized
 Content-Length: 1656
 Content-Type: text/html
 Server: Microsoft-IIS/6.0
 WWW-Authenticate: Negotiate
 WWW-Authenticate: NTLM
 X-Powered-By: ASP.NET
 Date: Wed, 08 Jan 2014 12:01:40 GMT

 PUT /Users/bla/bla.bla HTTP/1.1
 Expect: 100-continue
 Content-Length: 136691
 Content-Type: application/vnd.openxmlformats-
 officedocument.wordprocessingml.document
 Host: blabla
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
 Authorization: NTLM blabla==

 HTTP/1.1 400 Bad Request
 Content-Type: text/html
 Date: Wed, 08 Jan 2014 12:01:44 GMT
 Connection: close
 Content-Length: 35
 }}}

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/2931#comment:7>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list