home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / userroles.setup < prev    next >
Text File  |  1996-08-12  |  728b  |  17 lines

  1. # SetupFile to relate the Roles from the roles.setup file and Users
  2. # The file format is RoleName UserList. The UserList is a list of users
  3. # seperated with a comma. These users must be existing users, or users
  4. # listed in the users.setup file. Each user has a postfix :[Y|N]. This
  5. # postfix indicates if the indicated role is the Default Role for the
  6. # user, e.g. when the user starts ot4omt, this role will be initial
  7. # effective.
  8.  
  9. ProjectManager  | wmt:Y
  10. ProjectMember   | wmt:N
  11. Analyst            | wmt:N, user1:Y, user2:N
  12. ObjDesigner    | wmt:N, user1:N, user2:Y, user3:N
  13. SysDesigner    | wmt:N, user1:N, user2:N, user3:Y, user4:N
  14. Programmer    | wmt:N, user4:Y
  15. Tester          | wmt:N, user5:Y
  16. QA-Officer      | wmt:N
  17.