Re: Document Security Modification Requirement during Indexing

2012-08-14 Thread Anupam Bhattacharya
I am sorry but can you tell what is the procedure or any reference text
explaining the creation of  ACLs in TIKA in similar format which ManifoldCF
is creating.

Whether any addition of creating these manual token will cause any problem
while using the ManifoldCF authority service ?

On Tue, Aug 14, 2012 at 10:48 AM, Karl Wright daddy...@gmail.com wrote:

 Well, you can either modify the document's acls in the Tika pipeline
 (which I think would be easiest), or you can hack up the Apache
 ManifoldCF Solr Plugin.  Those seem like your only real choices to me.
  I would choose the former since Tika is meant to be configured in
 this way.

 Karl

 On Tue, Aug 14, 2012 at 12:44 AM, Anupam Bhattacharya
 anupam...@gmail.com wrote:
  In our application there is a requirement to change the security on the
  document in index/search app Vs the Documentum repository. So that users
 who
  don't have login access to the Documentum system can also view certain
  documents in the world browse permission scenario.
 
  Additional constraint is that, we cannot change the ACLs on the
 Documentum
  Repository  the ManifoldCF Authority service should work as it is.
 
  I can think of 2 options to approach this case.
 
  1. As I have a separate SOLR servlet which is indexing documents via
  ManifoldCF to SOLR. So this is one place where i can do some
 modifications
  to Add Read security tokens to the special documents.
  2. Need to do some modifications in the ManifoldCF Authority Service
  Connector so that those special documents doesn't get filtered.
 
  Thanks for any help on this requirement.
 
  Regards
  Anupam
 
 




-- 
Thanks  Regards
Anupam Bhattacharya


Re: Document Security Modification Requirement during Indexing

2012-08-13 Thread Karl Wright
Well, you can either modify the document's acls in the Tika pipeline
(which I think would be easiest), or you can hack up the Apache
ManifoldCF Solr Plugin.  Those seem like your only real choices to me.
 I would choose the former since Tika is meant to be configured in
this way.

Karl

On Tue, Aug 14, 2012 at 12:44 AM, Anupam Bhattacharya
anupam...@gmail.com wrote:
 In our application there is a requirement to change the security on the
 document in index/search app Vs the Documentum repository. So that users who
 don't have login access to the Documentum system can also view certain
 documents in the world browse permission scenario.

 Additional constraint is that, we cannot change the ACLs on the Documentum
 Repository  the ManifoldCF Authority service should work as it is.

 I can think of 2 options to approach this case.

 1. As I have a separate SOLR servlet which is indexing documents via
 ManifoldCF to SOLR. So this is one place where i can do some modifications
 to Add Read security tokens to the special documents.
 2. Need to do some modifications in the ManifoldCF Authority Service
 Connector so that those special documents doesn't get filtered.

 Thanks for any help on this requirement.

 Regards
 Anupam