xmlrpc Auth question

(from github.com/bryan-vest)
We are attempting to have fess index our internal wiki. The wiki runs on OSX server which I think I have traced to using xmlrpc for authentication. I have tried every auth method offered and none of them work. Does anyone have any tips on getting fess to auth with xmlrpc?

(from github.com/marevol)
Currently, Fess supports BASIC/DIGEST/NTLM authentication.
I do not think it’s the above one, so it might work if you set Cookie header of logged-in session to Request Header for the Crawling Configuration.

(from github.com/bryan-vest)
I have been digging in the server code, which is all written in python to see exactly what it wants in the header. If I have success I will post the required header information to make this work.

(from github.com/bryan-vest)
This wiki server uses a two stage authentication that I could not get to work. So I took another route, I NFS mounted the path to the wiki files to the FESS server and used path mapping to change it back to an https:// instead of file:// so far seems to be working fine.

(from github.com/bryan-vest)
Since we are reading the files directly one of the things it wants to put in every search result link is "/js/jquery-1.7.2.min.js wiki_entry " I read through the documentation and can not find if there is a setting to tell it not to include that line in the link.

(from github.com/marevol)
How about modifying search result page in admin design page?