home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / icudemo.zip / STOOGES.ICU < prev    next >
Text File  |  1994-08-02  |  1KB  |  51 lines

  1. ; * * * *  G R O U P S * * * *
  2. ;Delete the demo group to start
  3. [GROUP_DELETE]
  4.  GROUP=STOOGES
  5.  GROUP=STURGEON
  6.  
  7. ;Next, add them in (no members on create)
  8. [GROUP_ADD]
  9.  GROUP=STOOGES
  10.  GROUP=STURGEON
  11.  
  12. ;Details for added groups
  13. [GROUP_STOOGES]
  14. Comment=This is the stooges group
  15. member=amoe
  16. member=acurly
  17. member=alarry    ;Another comment
  18.  
  19. ;This is another group
  20. [GROUP_STURGEON]
  21. Comment=This is the genius group
  22.  
  23. ;Add the members into STOOGES group at end
  24. [GROUP_USER_ADD]
  25. group = stooges    ;hi
  26.  
  27.  
  28. ; * * * *  U S E R S * * * *
  29. ; Delete the demo users to begin
  30. [USER_DELETE]
  31.   user = AMOE    ;comment
  32.   user = ALARRY
  33.   user = ACURLY
  34.  
  35. ;Now add in the members using BOSS and KNUCKLEHEAD
  36. ; templates
  37. [USER_ADD]
  38.  user_BOSS=AMOE,STOOGE1,Hi, I'm MOE - the first stooge
  39.  user_KNUCKLEHEAD=ALARRY,STOOGE2,Hi, I'm LARRY - the second stooge
  40.  user_KNUCKLEHEAD=ACURLY,STOOGE3,Hi, I'm CURLY - the third stooge
  41.  
  42. ; Only special thing about BOSS is that it is
  43. ; and administrator.
  44. [USER_BOSS]
  45. Privilege=ADMIN
  46.  
  47. ; And there is nothing special about KNUCKLEHEAD
  48. [USER_KNUCKLEHEAD]
  49. Privilege=USER
  50.  
  51. [END]