An open API service indexing awesome lists of open source software.

https://github.com/benjaminpick/regain-access-control

Implement SearchAccessController/CrawlerAccessController for regain (User/Group via URL)
https://github.com/benjaminpick/regain-access-control

Last synced: 29 days ago
JSON representation

Implement SearchAccessController/CrawlerAccessController for regain (User/Group via URL)

Awesome Lists containing this project

README

          

Regain Access Control
=====================

These classes are used to implement regain's ACL for an XML Backend.
That means that the group names can be trusted (the front-end is responsible to check these).

Install
-------

1. ant package
2. Copy the created file `build/AccessController.jar` to your regain directory (or adjust the directories below)
* Desktop version: The directory where `regain.jar` resides
* Server version: The directory of `regain-crawler.jar`, as well as `$CATALINA_HOME/conf/regain` (where `SearchConfiguration.xml` resides)

3. Modify `CrawlerConfiguration.xml`: Inside ``, add:


de.uni_siegen.wineme.come_in.acl.CrawlerAccessControllerImpl

,



file:///path/to/dir

jdbc:postgresql://localhost:5432/database
username
password

4. Modify SearchConfiguration.xml: Inside ``, add:


de.uni_siegen.wineme.come_in.acl.SearchAccessControllerImpl

,
public