You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Shinichiro Abe (JIRA)" <ji...@apache.org> on 2014/02/19 12:03:20 UTC

[jira] [Comment Edited] (CONNECTORS-886) Add support for Parent folder security

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

Shinichiro Abe edited comment on CONNECTORS-886 at 2/19/14 11:02 AM:
---------------------------------------------------------------------

I agree your design.
I'll provide 'mcf.auth.directoryCount' param. If null or 0, then the filtering by share, document. If 1, then the filtering by share, direcory_0, document. If 2, then the filtering by share, direcory_0, direcory_1, document.

The answer of your question is B, not A.
The permissions of the document is inherited from the one of y folder, the permissions of y folder is inherited from the one of x folder.

I'll write the version2 patch this/next week.


was (Author: shinichiro abe):
I agree your design.
I'll provide 'mcf.auth.directoryCount' param. If null, then the filtering by share, document. If 0, then the filtering by share, direcory_0, document. If 1, then the filtering by share, direcory_0, direcory_1, document.

The answer of your question is B, not A.
The permissions of the document is inherited from the one of y folder, the permissions of y folder is inherited from the one of x folder.

I'll write the version2 patch this/next week.

> Add support for Parent folder security
> --------------------------------------
>
>                 Key: CONNECTORS-886
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-886
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: ElasticSearch component, Framework agents process, JCIFS connector, Solr-3.x-component, Solr-4.x-component
>    Affects Versions: ManifoldCF 1.6
>            Reporter: Shinichiro Abe
>            Assignee: Shinichiro Abe
>             Fix For: ManifoldCF 1.6
>
>         Attachments: CONNECTORS-886-Ver2.patch, CONNECTORS-886-forSolrPlugin.patch, CONNECTORS-886.patch
>
>
> Windows server checks the access permission of a share folder and the security permission of a file document when we access a file via network.
> As far as I look into that, Windows does not take subfolder's security permissions into account.
> There is a case that someone who is admin wants to configure 'Everyone' for 'share folders' and configure each access permissions for 'sub folders'.
> E.g. \\ShareFolder\Admin --> Admin folder for administrative user,  \\ShareFolder\Sales  --> Sales folder for sales user.
> The users put files in 'sub folders', then the permission of these files will be inherited from the permission of 'sub folders'.
> I'd like to support access permissions for 'sub folders' in jcifs/solr connector.
> In general, we expect file's permission to be inherited from parent folder.
> So I want to manage parent's security by providing new [allow|deny]_token fields.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)