Node Access Arbitrator
merlinofchaos - March 24, 2006 - 03:22
The Node Access Arbitrator is an experimental module API designed to allow multiple node access systems to work together.
Currently it is 4 modules
- na_arbitrator
- This is the core API module that all of the other modules depend on.
- acl
- This is a second API module (that probably should be folded into the arbitrator) that implements Access Control Lists. It requires na_arbitrator.
- forum_access
- A forum access control module that controls *only* access to forums. It includes role-based access as well as assigning individual users as forum moderators. It requires na_arbitrator, acl and forum.
- workflow_access
- A demo module that provides node access control to nodes based upon workflow state.
This module is now unmaintained.
