[ 
https://issues.apache.org/jira/browse/CONNECTORS-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152228#comment-15152228
 ] 

Karl Wright commented on CONNECTORS-1277:
-----------------------------------------

[~AndreyL]: In case you may not understand how ManifoldCF's development model 
works, let me point out that I don't own or have access to a SharePoint 
instance myself.  We're volunteers on volunteer time and financial resources.

The SharePoint connector was developed against standard instances that other 
people provided and experimented with.  Since then it has been tested by others 
repeatedly against SharePoint 2013, so we have some confidence that it works.  
This was also how the ManifoldCF SharePoint 2013 Plugin was developed.

It is therefore critical to have your cooperation in order to resolve issues 
that you may be having -- especially issues of this kind, where your experience 
against your particular SharePoint instance differs so dramatically from 
everyone else's.  SharePoint is highly customizable and configurable, so I 
believe that the problem most likely has to do with some customization or 
configuration that is unique (so far) to you.  If I do not receive any 
feedback, therefore, I'll be forced to close this ticket without any further 
work.

Thanks!

> SharePoint connector: ACLs are not being indexed
> ------------------------------------------------
>
>                 Key: CONNECTORS-1277
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1277
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: SharePoint connector
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>
> For at least one SharePoint 2013 instance, ACLs are not being indexed along 
> with documents:
> {code}
> {
>   "took": 4,
>   "timed_out": false,
>   "_shards": {
>     "total": 6,
>     "successful": 6,
>     "failed": 0
>   },
>   "hits": {
>     "total": 1,
>     "max_score": 0.15342641,
>     "hits": [
>       {
>         "_index": "index",
>         "_type": "sharepoint",
>         "_id": "http://sample.net/Lists/mylist/DispForm.aspx?ID=1";,
>         "_score": 0.15342641,
>         "_source": {
>           "Modified": "2016-02-09 12:35:56", // <--- Wrong type, should be 
> Date
>           "App Created By": "",
>           "GUID": "{D233EA70-CFA7-42DD-8243-AG5BDA3D475B}",
>           "Title": "lorem ipsum bacon",
>           "Edit": "",
>           "App Modified By": "",
>           "Attachments": "0",
>           "Item Child Count": "",
>           "Created": "2016-02-09 12:35:56",
>           "Modified By": "",
>           "Folder Child Count": "",
>           "Type": "",
>           "Version": "",
>           "Content Type": "", // <-- Missing
>           "Created By": "", // <- Missing
>           "ID": "1",
>           "allow_token_document": "AD+Authority+Group:",
>           "deny_token_document": "AD+Authority+Group:DEAD_AUTHORITY",
>           "allow_token_share": "__nosecurity__",
>           "deny_token_share": "__nosecurity__",
>           "allow_token_parent": "__nosecurity__",
>           "deny_token_parent": "__nosecurity__",
>           "contentfield": ""
>         }
>       }
>     ]
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to