Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: SharePoint Support
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Beta1_v12 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
cfsharepoint no longer sends the NTLM authorization header when authtype="ntlm", so calls always fail w/ "401 Error: Unauthorized" now
Repro:
<cfscript>
cfsharepoint(action="getlistcollection", domain=myDomain, username=myUsername, password=myPassword, authtype="ntlm", ntlmdomain=myDomain, name="r");
//and
cfsharepoint(action="getlistcollection", login={domain=myDomain, ntlmdomain=myDomain, username=myUsername, password=myPassword, authtype="ntlm"}, name="r");
</cfscript>
Actual result: Wireshark shows both examples do not send the NTLM authorization header and "401 Unauthorized" is always returned.
Expected result: Call should complete/return successfully.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126513
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: