home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / CC / DOCS / editusers.doc < prev    next >
Text File  |  1991-02-06  |  2KB  |  66 lines

  1. NAME:
  2.  
  3.      editusers - display selected user file entries
  4.  
  5. AUTHOR:
  6.  
  7.      Eric Williams  WD6CMU, 71336,1424
  8.  
  9. SYSTEM CONFIGURATION:
  10.  
  11.      OS9/68K, MW C v2.0
  12.  
  13. SYNTAX:
  14.  
  15.      editusers <call>
  16.  
  17. DESCRIPTION:
  18.  
  19.      editusers provides a way for the mailbox administrator to display
  20. and modify the information on the selected mailbox user.  If there is
  21. no user file entry corresponding to the callsign, editusers will ask
  22. if a new entry for that call is to be created.  If the answer is "Y",
  23. editing continues with the new entry.
  24.  
  25.      editusers displays the user file information for the selected user,
  26. then asks for new information for each field.  Responding with a <CR> to
  27. any query results in the original information being retained.  The fields
  28. are described as follows:
  29.  
  30.      Deleted user         Sets/resets the ISDELETED flag.  If set, this
  31.                           user file entry will be removed by the cleanup
  32.                           program.
  33.  
  34.      Callsign             The user's callsign.
  35.  
  36.      Last message         The number of the message last listed by the user.
  37.  
  38.      Expert               Whether or not the user is given the long
  39.                           command prompt.
  40.  
  41.      Persona non grata    If set, the user is immediately disconnected
  42.                           upon detection.
  43.  
  44.      Is a BBS             If set, provides special capabilities reserved
  45.                           for other BBSs.
  46.  
  47.      Is a SuperUser       If set, provides special capabilities reserved
  48.                           for system administrator.
  49.  
  50.      Is Stupid            If set, transmits a special message upon connect
  51.                           asking user to set the MYCALL parameter in his TNC,
  52.                           and is then disconnects.  Eg: NOCALL, PK64
  53.  
  54.      Name                 The name provided with the N command.
  55.  
  56.      Path                 The digipeater path used on most recent connection.
  57.  
  58.      If any of the fields are modified, the modified user file record is
  59. written back to the disk and the updated record dumped to the screen for
  60. verification. 
  61.  
  62. BUGS:
  63.  
  64.      none
  65.  
  66.