Hi
I am not sure it is the best place to ask a question but Oak does not have a
user mailing list.
I have to study a migration from Jackrabbit 2.X to Jackrabbit Oak.
At the moment I do not use OSGI.
Is this a good way to proceed?
I was able to use MongoDB and migrate nodes from 2.x (non-datastore) and create
a Lucene index.
Security is the second step.
In 2.x we have developed our own LoginModule (two Ldap) and our own access
management parameterized in this way in workspace.xml. (Without JAAS setting)
<Security appName="Jackrabbit">
<AccessManager class="xxx.xxx.xxx.OwnJCRAccessManager" />
<LoginModule class=" xxx.xxx.xxx.OwnLoginModule" />
</Security>
Is there a way to reuse these developments with Oak?
In the case of using an external LoginModule, why synchronization with internal
user management? Is it not possible to delegate user management too?
Where can I find examples of programming the security configuration
(authentication and authorization) without OSGI?
Are there performance benchmarks between Jackrabbit 2.x and Oak?
Regards,
Jean-François Melian