Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem connecting to SharePoint using WebDAV (HTTP/SSL) #4333

Closed
cyberduck opened this issue Mar 24, 2010 · 3 comments
Closed

Problem connecting to SharePoint using WebDAV (HTTP/SSL) #4333

cyberduck opened this issue Mar 24, 2010 · 3 comments
Assignees
Labels
bug webdav WebDAV Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

b0402ae created the issue

Tried "Open Connection" WebDAV (HTTP/SSL) to

  Server: share.nasa.gov    port: 443
  Username: ndc\clevit
  Password: mypassword

Note: Using muCommander.app I can connect to the above with the above credentials and transfer files with the above credentials

Is there some magic to escape or otherwise specify an (active directory) domain and username, other than domain\username ?

Log Drawer:

PROPFIND / HTTP/1.1[\r][\n]
Authorization: Basic bmRjXGNsZXZpdDpCaXJ0aGRheTQvOC82MA==[\r][\n]
Content-Type: text/xml; charset=utf-8[\r][\n]
User-Agent: Cyberduck/3.4.2 (5859) (Mac OS X/10.6.2) (i386)[\r][\n]
Host: share.nasa.gov[\r][\n]
Content-Length: 207[\r][\n]
Depth: 0[\r][\n]
[\r][\n]
HTTP/1.1 401 Unauthorized[\r][\n]
HTTP/1.1 401 Unauthorized[\r][\n]
Set-Cookie: SHAREPOINT=R4252822222; path=/[\r][\n]
Content-Length: 1656[\r][\n]
Content-Type: text/html[\r][\n]
Server: Microsoft-IIS/6.0[\r][\n]
WWW-Authenticate: NTLM[\r][\n]
MicrosoftSharePointTeamServices: 12.0.0.6327[\r][\n]
X-Powered-By: ASP.NET[\r][\n]
Date: Wed, 24 Mar 2010 18:36:53 GMT[\r][\n]
[\r][\n]
PROPFIND / HTTP/1.1[\r][\n]
Content-Type: text/xml; charset=utf-8[\r][\n]
User-Agent: Cyberduck/3.4.2 (5859) (Mac OS X/10.6.2) (i386)[\r][\n]
Content-Length: 207[\r][\n]
Host: share.nasa.gov[\r][\n]
Cookie: $Version=0; SHAREPOINT=R4252822222; $Path=/[\r][\n]
Depth: 0[\r][\n]
[\r][\n]
HTTP/1.1 401 Unauthorized[\r][\n]
HTTP/1.1 401 Unauthorized[\r][\n]
Content-Length: 1656[\r][\n]
Content-Type: text/html[\r][\n]
Server: Microsoft-IIS/6.0[\r][\n]
WWW-Authenticate: NTLM[\r][\n]
MicrosoftSharePointTeamServices: 12.0.0.6327[\r][\n]
X-Powered-By: ASP.NET[\r][\n]
Date: Wed, 24 Mar 2010 18:36:53 GMT[\r][\n]
[\r][\n]
PROPFIND / HTTP/1.1[\r][\n]
Content-Type: text/xml; charset=utf-8[\r][\n]
User-Agent: Cyberduck/3.4.2 (5859) (Mac OS X/10.6.2) (i386)[\r][\n]
Content-Length: 207[\r][\n]
Authorization: NTLM TlRMTVNTUAABAAAABlIAAAAAAAA+AAAAHgAeACAAAABXRFlOLU4yMzMtMjQwLTI0Ni5BUkMuTkFTQS5HT1Y=[\r][\n]
Host: share.nasa.gov[\r][\n]
Cookie: $Version=0; SHAREPOINT=R4252822222; $Path=/[\r][\n]
Depth: 0[\r][\n]
[\r][\n]
HTTP/1.1 500 Internal Server Error[\r][\n]
HTTP/1.1 500 Internal Server Error[\r][\n]
Content-Length: 100[\r][\n]
Content-Type: text/html[\r][\n]
Server: Microsoft-IIS/6.0[\r][\n]
MicrosoftSharePointTeamServices: 12.0.0.6327[\r][\n]
X-Powered-By: ASP.NET[\r][\n]
Date: Wed, 24 Mar 2010 18:36:53 GMT[\r][\n]
Connection: close[\r][\n]
[\r][\n]

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Try setting the NTML domain using the hidden property webdav.ntlm.domain using the defaults command from Terminal.app.

defaults write ch.sudo.cyberduck webdav.ntlm.domain ndc

Then login using the username clevit.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Also refer to #2835.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I have updated the wiki documentation.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug webdav WebDAV Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants