Knowledge:Access manager
From OpenKM Documentation
Revision as of 19:25, 3 October 2012 by Pavila (talk | contribs) (Created page with 'By default OpenKM 6 is configured this way: security.access.manager=simple security.search.evaluation=lucene Which provides great performance by only evaluating a single no…')
By default OpenKM 6 is configured this way:
security.access.manager=simple security.search.evaluation=lucene
Which provides great performance by only evaluating a single node. But if you want to evaluate every parent you can change this behavior with these settings:
security.access.manager=recursive security.search.evaluation=[ am_more | am_window | am_limited ]
This will reduce OpenKM performance (at least in search) but will match customer requirements.