User Management
From OpenI Wiki
| Table of contents |
Overview
This feature provided user management capabilities to openI. In this module users are created, mapped to groups and assigned with Roles. Data security and other access controls are managed by current openI security framework.
Container managed security Realm is applied for authentication. Tomcat 5 admin functionality is taken as based and integrated with openI for delivering this feature.
User Management currently works outside the openI context.
Version Control
- cvs branch: Autogenerated_Growth_Over_Previous_Period
New Folders
web-admin contains all User Mangement related files
ext/admin contain the external dependency files required for this module
Build
The build is integrated with existing openI build process. Build process will generates openiadmin.war along with current openi and openi-projects.war files.
Deployment
- Copy openiadmin.xml to the $CATALINA_HOME\conf\localhost folder
- Copy openiadmin.war in the $CATALINA_HOME\webapps folder
Configuration
No Specific configuration is required. Ensure that project.xml files is taken from this branch and has link for lauching Managing Users.
