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

Ahmet Arslan commented on CONNECTORS-470:
-----------------------------------------

Hi Karl, 

Regarding invalid parameter for MCPermissions service call ('Item' versus 'web' 
or 'list') Exception still exists.

I have setup an AD connection. I can see results from the URL : 
http://localhost:8345/mcf-authority-service/[email protected]
Example: 

AUTHORIZED:AD
TOKEN:AD:S-1-5-21-628632554-998843391-924725345-1094
TOKEN:AD:S-1-5-21-1844237615-651377827-725345543-80346

When I change 

{code}
com.microsoft.sharepoint.webpartpages.GetPermissionCollectionResponseGetPermissionCollectionResult
 aclResult = aclCall.getPermissionCollection( encodedRelativePath, "Item" );
{code}

to

{code}
com.microsoft.sharepoint.webpartpages.GetPermissionCollectionResponseGetPermissionCollectionResult
 aclResult = aclCall.getPermissionCollection( encodedRelativePath, "web" );
{code}

in 
org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper#getDocumentACLs()
 method, I can receive 'SharePoint: document acls xml'. I will attach an 
example documents acls xml.

allow_token_document field is populated. Example : 
AD:S-1-5-21-1844237615-651377827-725345543-17694

deny_token_document field is populated by the value : AD:DEAD_AUTHORITY

I am struggling with this, any input on this is really appreciated.

Thanks, 
Ahmet
                
> SharePoint 2010 support
> -----------------------
>
>                 Key: CONNECTORS-470
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-470
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-470.patch, CONNECTORS-470.patch, 
> CONNECTORS-470.patch, CONNECTORS-470.patch, Screen Shot 2012-05-31 at 
> 11.21.12 AM.png, getFieldNames.jpg, pagination.zip, perm.xml, pom.patch, 
> pom.patch
>
>
> See here for list of the SharePoint web services for SharePoint 2010:
> http://msdn.microsoft.com/en-us/library/ee705814.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to