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

Interoperability with Office 365 Sharepoint #6131

Closed
cyberduck opened this issue Aug 3, 2011 · 2 comments
Closed

Interoperability with Office 365 Sharepoint #6131

cyberduck opened this issue Aug 3, 2011 · 2 comments
Assignees
Labels
bug duplicate webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

ef25aa5 created the issue

I am trying to connect to Sharepoint.com (a.k.a. Office 365). I believe the problem is with passing the authentication string, as it cannot be an issue with basic vs. NTLM authentication since no one would ever be able to use NTLM.

The usernames are always in the form of user@domain, where domain is a FQDN. Thus, your connection string usually ends up at: https://user@FQDN@domain(without ".com").sharepoint.com:443/ The end result is that the Mac is either not able to resolve the address, or results with:

PROPFIND /Shared%20Documents/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: evergreenpartnershousing.sharepoint.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (Mac OS X/10.6.8) (i386)
HTTP/1.1 403 FORBIDDEN
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
SPRequestGuid: e033c57f-b2c2-4e27-8602-7d9bb4ea20a6
X-SharePointHealthScore: 0
X-Forms_Based_Auth_Required: https://evergreenpartnershousing.sharepoint.com/_forms/default.aspx?ReturnUrl=/_layouts/Error.aspx
X-Forms_Based_Auth_Return_Url: https://evergreenpartnershousing.sharepoint.com/_layouts/Error.aspx
X-MSDAVEXT_Error: 917656; Access denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically.
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 14.0.0.5138
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Wed, 03 Aug 2011 12:35:53 GMT
Content-Length: 13
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #6066. Please try the the latest snapshot build available.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Now in #9103.

@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 duplicate webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants