Thanks Karl,
I followed below steps. It works. 1. Used "SharePoint/Active Directory" in Authority connection settings. 2. Used "SharePoint" Authority type in Repository connection settings. (3. Created Active Directory group and added it into SPF 2013 team site. ) It works fine on me. Thanks, Issei 2015-11-28 0:08 GMT+09:00 Karl Wright <[email protected]>: > Please be sure you installed the SharePoint 2013 plugin, and that the > plugin was installed by a user that had full administrative privileges. > SharePoint apparently remembers the installation user's privs and that has > screwed some people up in the past. > > Thanks! > Karl > > > On Fri, Nov 27, 2015 at 8:15 AM, Issei Nishigata <[email protected]> > wrote: > >> Hi All, >> >> I can't get ACLs(SID) from SharePoint Foundation 2013. >> Does anyone know about getting a ACL from SharePoint Foundation 2013 with >> Active Directory? >> >> The system I'm using for this is below. >> >> [ManifoldCF2.2, Solr5.3.1, SharePoint Foundation 2013 on >> Windows2008r2(Japanese), ActiveDirectory] >> >> >> I have tried the same thing in WSS3.0, and it was able to work. Not sure >> why it couldn't work for SharePoint Foundation 2013. >> >> crawling data was working fine on SPF2013. but only getting ACLs couldn't >> work properly. >> >> I have executed setup.bat which is located in MCF plugin direcory in >> SharePoint Server side. >> >> MCF's debug log is below. >> I was getting no ACLs. >> >> >> >> thanks, >> Issei >> >> >> DEBUG 2015-11-27 19:41:00,540 (Worker thread '7') - SharePoint: Getting >> version of '/DocLib//sample.txt' >> DEBUG 2015-11-27 19:41:00,540 (Worker thread '7') - SharePoint: Checking >> whether to include document '/DocLib/sample.txt' >> DEBUG 2015-11-27 19:41:00,540 (Worker thread '7') - SharePoint: File >> '/DocLib/sample.txt' exactly matched rule path '/DocLib/*' >> DEBUG 2015-11-27 19:41:00,540 (Worker thread '7') - SharePoint: Including >> file '/DocLib/sample.txt' >> DEBUG 2015-11-27 19:41:00,540 (Worker thread '7') - SharePoint: Finding >> metadata to include for document/item '/DocLib/sample.txt'. >> DEBUG 2015-11-27 19:41:00,543 (Worker thread '7') - SharePoint: In >> getFieldValues; fieldNames=[Ljava.lang.String;@71f348b4, site='', >> docLibrary='{D18E6485-5D7F-4B4B-B568-B5ABF6338427}', >> docId='/DocLib/sample.txt', dspStsWorks=false >> DEBUG 2015-11-27 19:41:00,582 (Worker thread '7') - SharePoint: >> getListItems FileRef value 'sites/sample/DocLib/sample.txt', xml response: >> '<ns1:listitems xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" >> xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" >> xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" >> xmlns:ns1="http://schemas.microsoft.com/sharepoint/soap/"> >> <rs:data ItemCount="1"> >> <z:row ows_Last_x0020_Modified="4;#2015-11-27 15:49:15" >> ows_Modified="2015-11-27 15:49:15" ows_Created="2015-11-27 15:49:15" >> ows_GUID="{715A9E4C-CD00-4A01-8E8D-93DB4D7322D8}" >> ows_MetaInfo="4;#vti_parserversion:SR|15.0.0.4719 >> vti_modifiedby:SR|SHAREPOINT\\system >> ContentTypeId:SW|0x010100FFC5F365A9D17F458527F3C35CA900E3 >> vti_author:SR|SHAREPOINT\\system >> " ows__ModerationStatus="0" ows__Level="1" ows_ID="4" >> ows_UniqueId="4;#{4FF5A8F4-F8D9-4E70-B583-A258280B5224}" >> ows_owshiddenversion="1" ows_FSObjType="4;#0" >> ows_Created_x0020_Date="4;#2015-11-27 15:49:15" ows_ProgId="4;#" >> ows_FileLeafRef="4;#sample.txt" ows_PermMask="0x7fffffffffffffff" >> ows_FileRef="4;#sites/sample/DocLib/sample.txt" ows_DocIcon="txt" >> ows_Editor="1073741823;#システム >> アカウント"/> >> </rs:data> >> </ns1:listitems>' >> DEBUG 2015-11-27 19:41:00,584 (Worker thread '7') - SharePoint: In >> getDocumentACLs for site '', file '/DocLib/sample.txt': Encoded relative >> path is 'sites/sample/DocLib/sample.txt' >> DEBUG 2015-11-27 19:41:00,635 (Worker thread '7') - SharePoint: >> getDocumentACLs xml response: <GetPermissionCollection xmlns=" >> http://schemas.microsoft.com/sharepoint/soap/directory/"><Permissions >> xmlns=""><Permission MemberID="5" Mask="-1" MemberIsUser="False" >> MemberGlobal="True" >> GroupName="サンプルコレクション >> の所有者"/><Permission MemberID="6" >> Mask="138612833" MemberIsUser="False" MemberGlobal="True" >> GroupName="サンプルコレクション >> の閲覧者"/><Permission MemberID="7" >> Mask="1011030767" MemberIsUser="False" MemberGlobal="True" >> GroupName="サンプルコレクション >> のメンバー"/></Permissions></GetPermissionCollection> >> DEBUG 2015-11-27 19:41:00,735 (Worker thread '7') - SharePoint: Complete >> version string for '/DocLib//sample.txt': >> 0+1++1+DEAD_AUTHORITY++1448606955000++1448606955000+{715A9E4C-CD00-4A01-8E8D-93DB4D7322D8}+2015-11-27 >> 15:49:15_http://windows2008r2/sites/sample >> DEBUG 2015-11-27 19:41:00,735 (Worker thread '7') - SharePoint: >> Processing file '/DocLib//sample.txt'; url: ' >> http://windows2008r2/sites/sample/DocLib/sample.txt' >> DEBUG 2015-11-27 19:41:00,774 (Worker thread '7') - SharePoint: Acls: [ ] >> DEBUG 2015-11-27 19:41:00,774 (Worker thread '7') - SharePoint: DenyAcls: >> [ DEAD_AUTHORITY ] >> DEBUG 2015-11-27 19:41:00,774 (Worker thread '7') - SharePoint: Path >> attribute name is null >> DEBUG 2015-11-27 19:41:00,774 (Worker thread '7') - Ingesting document >> 'local sharepoint repo:A61329034BF5D8362164A4A6ECD6D1FADD2DF768' component >> hash (None) into output connections '[Ljava.lang.String;@4df3d232' >> DEBUG 2015-11-27 19:41:00,777 (Worker thread '7') - indexPost(): ' >> http://windows2008r2/sites/sample/DocLib/sample.txt' >> >> >
