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)
- Host: GitHub
- URL: https://github.com/benjaminpick/regain-access-control
- Owner: benjaminpick
- License: lgpl-2.1
- Created: 2012-03-30T07:37:43.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-04T14:09:30.000Z (over 13 years ago)
- Last Synced: 2025-12-26T11:51:41.080Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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