home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CDOR0811.ZIP / DOCS.ZIP / PASSWRDS.DOC < prev    next >
Encoding:
Text File  |  1993-06-26  |  3.9 KB  |  91 lines

  1. (Recent changes marked with "|")
  2.  
  3. Before you run your CDor version of RBBS, you must change your PASSWRDS file!
  4. There are now a total of 18 Parameters (i.e. 17 commas) you must set.  The
  5. new parameters are:
  6.  
  7. prm14: number of carrier drops allowed before ruducing access level by prm15
  8. prm15: increment to lower access by for too many dropped carriers
  9. prm16: logon interval to require a forced password change
  10. prm17: TurboLogon for first call of the day (1=yes, 0=no)
  11. prm18: Upload Time award factor
  12.  
  13.  Dropped Carriers Drop Access Level Mod:
  14.  ---------------------------------------
  15.   You can configure RBBS via the PASSWRDS file to automatically lower any
  16.   callers Access Level.  This is done by adding two extra parameters to the
  17.   PASSWRDS File - number of carrier drops allowed, and increment to lower
  18.   the access level.  For example,
  19.       BEFORE: (stock RBBS)
  20.          ,10,15,15,365,10,,,0,0,0,0,0
  21.       AFTER:
  22.          ,10,15,15,365,10,,,0,0,0,0,0,20,1
  23.          
  24.   will lower a caller with access level 10 one integer lower for every 20
  25.   dropped carriers.  If you do not want to lower their access level, use a
  26.   0 for the last paramter.
  27.  
  28. | Note: to use the Canned "you dropped carrier" message mod, so that any
  29. | carrier dropper by security gets the canned message, set parameter 15 to -1
  30.  
  31.  The Time to Change Password Mod:
  32.  --------------------------------
  33.   After so many calls, the caller is forced to change their password. This
  34.   is controlled by yet another entry in the password files, a number is used
  35.   to indicate how many calls go by before the user must change their password.
  36.   A 0 will turn off this feature.  So the PASSWRDS file from above will look
  37.   like this:
  38.  
  39.       BEFORE: (stock RBBS)
  40.          ,10,15,15,365,10,,,0,0,0,0,0
  41.       AFTER THE DROPPED CARRIER MOD:
  42.          ,10,15,15,365,10,,,0,0,0,0,0,20,1
  43.       AFTER THE PASSWORD MOD:
  44.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50
  45.  
  46.   This will make the caller change their password every 50 calls.
  47.  
  48.  Turbo Logon AFTER first Call Mod:
  49.  ---------------------------------
  50.   You can configure RBBS via the PASSWORDS file to only allow those with
  51.   TurboLogon access as set in CONFIG to use Turbo Logon only after their
  52.   first call of the day. You must change the PASSWRDS file (again) as
  53.   follows:
  54.  
  55.       BEFORE: (stock RBBS)
  56.          ,10,15,15,365,10,,,0,0,0,0,0
  57.       AFTER THE DROPPED CARRIER MOD:
  58.          ,10,15,15,365,10,,,0,0,0,0,0,20,1
  59.       AFTER THE PASSWORD MOD:
  60.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50
  61.       AFTER THE TURBO LOGON MOD:
  62.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50,1
  63.  
  64.   A 1 means the caller (If he or she already has TurboLogon privleges as
  65.   set in CONFIG with their access level) can have TurboLogon on their first
  66.   call of the day. A 0 in this field means they will not have TurboLogon
  67.   until after their first call of the day.
  68.  
  69.  Upload Time Factor in PASSWRDS File:
  70.  ------------------------------------
  71.   An 18th parameter to the Passwords file is for controlling Upload Time Factors 
  72.   by security instead of the global one you set in config. This value works the 
  73.   same way as in config - 1 for no time taken, no time given, then 2 and higher 
  74.   multiplies the time it took to upload the file and gives it back to the 
  75.   uploader.  This new parameter is handy to give different access levels 
  76.   different upload time factors and to also give different time factors during 
  77.   different hours of the day.  Here is how the above PASSWRD file lines will
  78.   look:
  79.       
  80.       BEFORE: (stock RBBS)
  81.          ,10,15,15,365,10,,,0,0,0,0,0
  82.       AFTER THE DROPPED CARRIER MOD:
  83.          ,10,15,15,365,10,,,0,0,0,0,0,20,1
  84.       AFTER THE PASSWORD MOD:
  85.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50
  86.       AFTER THE TURBO LOGON MOD:
  87.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50,0
  88.       AFTER UPLOAD TIME FACTOR MOD:
  89.          ,10,15,15,365,10,,,0,0,0,0,0,20,1,50,0,3
  90.  
  91.