Note - this project has moved to:
Nexista
This is a basic RBAC (role based authentication) panel for use with Nexista. It was authored by Joshua Savage of http://www.enradia.com.
There are two parts:
- auth - responsible for handling how the user logs in, assigning roles, permitting access to various types of resources, and logging out.
- user - the administrative control panel for editing users, roles, and groups, as well as their access to various resources.
The two are connected but not one. Nexista was designed to be able to integrate with any security system (PAM, LDAP, etc), and while auth and user are interdependent to some degree, then can be used separately and independent of each other.