I’m unable to get the crawler to properly authenticate to our sharepoint site. We’re using HTTP Basic authentication, and I’ve confirmed that I can browse to http://myUser:myPassword@OurSharePointSite/_vti_bin/Webs.asmx?WSDL
I’m setting up the collection using ignoreperms=1, ip=<<our IP or name - I’ve tried both), and leaving site blank or setting it to “/”. I’ve tried setting username to both myName and myDomain\myName.
All combinations give me the same “401 Unauthorized at (eval 3) line 49” error.
In the crawlManager.log I see:
Jul 30 13:39:35 searchdaimon crawlManager[29809]: ERROR: Starting crawl of collection “mySharePoint” (id 198).
Jul 30 13:39:37 searchdaimon crawlManager[29809]: ERROR: documentError: level: 1
Jul 30 13:39:37 searchdaimon crawlManager[29809]: ERROR: 401 Unauthorized at (eval 3) line 49
Jul 30 13:39:37 searchdaimon crawlManager[29809]: ERROR: Error: Problems in crawlfirst_ld.
Jul 30 13:39:37 searchdaimon crawlManager[29809]: Finished crawling of collection “mySharePoint” (id 198).