home *** CD-ROM | disk | FTP | other *** search
- ; * * * * G R O U P S * * * *
- ;Delete the demo group to start
- [GROUP_DELETE]
- GROUP=STOOGES
- GROUP=STURGEON
-
- ;Next, add them in (no members on create)
- [GROUP_ADD]
- GROUP=STOOGES
- GROUP=STURGEON
-
- ;Details for added groups
- [GROUP_STOOGES]
- Comment=This is the stooges group
- member=amoe
- member=acurly
- member=alarry ;Another comment
-
- ;This is another group
- [GROUP_STURGEON]
- Comment=This is the genius group
-
- ;Add the members into STOOGES group at end
- [GROUP_USER_ADD]
- group = stooges ;hi
-
-
- ; * * * * U S E R S * * * *
- ; Delete the demo users to begin
- [USER_DELETE]
- user = AMOE ;comment
- user = ALARRY
- user = ACURLY
-
- ;Now add in the members using BOSS and KNUCKLEHEAD
- ; templates
- [USER_ADD]
- user_BOSS=AMOE,STOOGE1,Hi, I'm MOE - the first stooge
- user_KNUCKLEHEAD=ALARRY,STOOGE2,Hi, I'm LARRY - the second stooge
- user_KNUCKLEHEAD=ACURLY,STOOGE3,Hi, I'm CURLY - the third stooge
-
- ; Only special thing about BOSS is that it is
- ; and administrator.
- [USER_BOSS]
- Privilege=ADMIN
-
- ; And there is nothing special about KNUCKLEHEAD
- [USER_KNUCKLEHEAD]
- Privilege=USER
-
- [END]