Hi,

I am trying MFC with Sharepoint 2013. First, I install the sharepoint
plugin and then run my job. My files in sharepoint are indexed successfully
to Solr. But I don't see the ACLs in solr index. You can see my sample solr
data as follow:

"filename":"Sample.doc",
"allow_token_document":["Authority+Group:"], "deny_token_document":[
"Authority+Group:DEAD_AUTHORITY"], "deny_token_parent":["__nosecurity__"], "
allow_token_share":["__nosecurity__"], "allow_token_parent":[
"__nosecurity__"], "deny_token_share":["__nosecurity__"],

I run Sharepoint connector with debug mode. I follow Manifoldcf log but I
don't see any error in it. I can see "getDocumentACLs xml response:" in the
log as follow:

<ns1:GetPermissionCollection ><ns1:Permissions>
...
  <ns1:Permission MemberID="3" Mask="-1" MemberIsUser="False"
MemberGlobal="True" GroupName="testsite Owners"/>
       ...
    </ns1:Permissions>
</ns1:GetPermissionCollection>

How do I follow a way to solve the problem?


-- 
Regards
Cihad Güzel

Reply via email to