home *** CD-ROM | disk | FTP | other *** search
- # SetupFile to relate the Roles from the roles.setup file and Users
- # The file format is RoleName UserList. The UserList is a list of users
- # seperated with a comma. These users must be existing users, or users
- # listed in the users.setup file. Each user has a postfix :[Y|N]. This
- # postfix indicates if the indicated role is the Default Role for the
- # user, e.g. when the user starts ot4omt, this role will be initial
- # effective.
-
- ProjectManager | wmt:Y
- ProjectMember | wmt:N
- Analyst | wmt:N, user1:Y, user2:N
- ObjDesigner | wmt:N, user1:N, user2:Y, user3:N
- SysDesigner | wmt:N, user1:N, user2:N, user3:Y, user4:N
- Programmer | wmt:N, user4:Y
- Tester | wmt:N, user5:Y
- QA-Officer | wmt:N
-