home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PIN.ZIP / PIN.DOC < prev    next >
Text File  |  1993-08-12  |  3KB  |  52 lines

  1. This is a simple user verification PPE.  It is designed for systems requiring
  2. a higher level of security than is standard.  The system it was originally
  3. designed for wanted one person to assign account name and password, but still
  4. be unable to access the system, since a PIN would be selected by the caller,
  5. and required for access to the system.  Only the Sysop would have all the
  6. information required to access an account.  (And they would have gotten rid of
  7. that, if they could have.)
  8.  
  9. It is designed to demand a Personal Identification Number (PIN) from all
  10. callers if not already chosen.  If a PIN has been chosen, it will require
  11. the number (4 digits) to be entered within 4 attempts.  All failed attempts
  12. will be logged to the caller log for that node.
  13. If a caller is unsuccessful within 4 attempts, (s)he will be disconnected, the
  14. disconnect will be logged, and a message will be left to "Sysop" notifying
  15. them of the disconnection, and who was logged off.
  16.  
  17. Installation:
  18.   This PPE is designed to be in a subdirectory called \PCB\PIN.
  19.   It should be put in your LOGON screen.  If you are currently using a LOGON
  20.   script questionaire, it may be put at the beginning or end of the
  21.   questionaire.  If you are not currently using a LOGON script questionaire,
  22.   you may install it by creating a file called LOGON in your \PCB\GEN
  23.   subdirectory and entering:
  24.  
  25.   [Drive]\PCB\GEN\LOGON
  26.  
  27.   in PCBSetup|File Locations|Logon/Logoff Script Questionaires.
  28.  
  29.   In your LOGON file, put the following:
  30.  
  31.   ![Drive]\PCB\PIN\PIN.PPE
  32.  
  33. Display files:
  34.   There are four files associated with this PPE.
  35.         NEWUSER - A file which displays the function of the PIN
  36.         PINWARN - A file which explains the importance of keeping the PIN
  37.         HANGUP  - A file which explains why the caller was disconnected when
  38.                   (s)he fails to correctly enter the PIN
  39.         SYSMSG  - A file containing the text of the message left for the
  40.                   Sysop.
  41.  
  42.   These files need to be modified to suit your system.  A phone number for
  43.   contact is optional.
  44.  
  45. Modifications:
  46.   I've included the source code with this so you can modify it to suit your
  47.   needs.  If you come up with something that seems obvious, but isn't
  48.   included, please leave me a message on Salt Air explaining what changes you
  49.   made to it, I'm curious to see how (if) it develops.  To be honest, I don't
  50.   know what use this really is.  But then again, I don't run a high security
  51.   board.  :-)
  52.