home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mcbv9800.zip / McD-Full.Dat / McD-CBV.90 / Data / CBV-Group_Control < prev    next >
Text File  |  1995-10-19  |  1KB  |  30 lines

  1. ;
  2. ; McD-CBV .98 Group Control File..............................................
  3. ;
  4. ; <--- Are comments
  5. ;
  6. ; When EnableGroupChecking is set to yes in CBV-Configuration.98, McD-CBV
  7. ; will check the user's group against the ones listed beside VerifyGroup for
  8. ; a match.  If a match is not found, then McD-CBV will refuse to verify the
  9. ; user.  Please note that we check group numbers, not names!  You can list
  10. ; as many VerifyGroups as your heart desires. :)
  11. ;
  12. VerifyGroup = 1
  13. VerifyGroup = 2
  14. VerifyGroup = 3
  15. ;
  16. ;
  17. ; DoNotUpgradeGroup is an interesting function of McD-CBV.  When a user's
  18. ; group number matches one listed here, McD-CBV will call the user back,
  19. ; ensuring s/he is valid, but will not upgrade the user's settings.  This
  20. ; is especially useful for pay BBS' which have clients with abnormally high
  21. ; access levels.  Running these users through the CBV normally would actually
  22. ; downgrade their security to that of a non-contributing user.  This 
  23. ; function lets the user keep his/her security, but give you peace of mind
  24. ; in knowing your BBS is secure.  Once again, you can list as many as you
  25. ; wish. :)
  26. ;
  27. DoNotUpgradeGroup = 15
  28. DoNotUpgradeGroup = 99
  29. ;
  30. ;