Title:
[ANeff] Bug for: cfsharepoint, cfobject and createObject send Basic Auth when authtype="ntlm" and NTLM disabled
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
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: Alpha_v12 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
cfsharepoint, cfobject and createObject send Basic Auth when authtype="ntlm" and NTLM disabled
Steps to reproduce:
1) In SharePoint, disable NTLM and enable Basic Auth
2) While watching traffic w/ Wireshark, run each of the following
cfsharepoint(action="getlistcollection", domain=myDomain, username=myUsername, password=myPassword, authtype="ntlm", ntlmdomain=" ", name="r");
writeDump(r);
cfobject(type="webservice", webservice="http://#myDomain#/_vti_bin/Lists.asmx?wsdl", domain=myDomain, username=myUsername, password=myPassword, authtype="ntlm", name="r");
writeDump(r);
r = createObject("webservice", "http://#myDomain#/_vti_bin/Lists.asmx?wsdl", {domain=myDomain, username=myUsername, password=myPassword, authtype="ntlm", refreshwsdl=true});
writeDump(r);
3) See requests were always sent as Basic Auth (bug)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126548
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: