home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / fal.hlp < prev    next >
Text File  |  1995-04-05  |  4KB  |  78 lines

  1. FAL - Help file for FAL %1(5)                                   Page 1
  2.  
  3.  
  4. The TOPS-10 File Access Listener (FAL) provides  network-level  remote
  5. file  access  capabilities  as  specified  in the Data Access Protocol
  6. (DAP).  FAL runs as a user-mode system program, and requires [OPR]  or
  7. equivilent  privileges.   A  separate  FAL  job  must  be run for each
  8. concurrent remote file access  stream.   FAL  supports  both  ANF  and
  9. DECNET networks, but only one at a time as selected by the operator at
  10. FAL startup time.
  11.  
  12. FAL  depends  on  the  ACTDAE  program  to  validate  the  USERID  and
  13. associated  password  (and account string if required), so you must be
  14. running ACTDAE for network file accesses  to  work  -  even  if  USAGE
  15. accounting is disabled!
  16.  
  17. SYS:USERS.TXT is an optional file  which  contains  user  "names"  and
  18. their  corresponding  "ppns".  This allows remote file access requests
  19. to specify a user "name" in lieu of a ppn.  The format of USERS.TXT is
  20. as  defined  by  the  MS  program, and consists of ASCII lines of text
  21. specifying the "ppn" and "name" strings, as in:
  22.  
  23.      DSKB:[1,2],Operator
  24.      DSKB:[1,4],System
  25.      DSKQ:[17,17],JRTroll
  26.  
  27. FAL will ignore any structure specification supplied in USERS.TXT.
  28.  
  29. FAL is invoked by running  the  NFT  program  and  issuing  the  "FAL"
  30. command  to  NFT.   The FAL command instructs NFT to enter FAL command
  31. mode.  Commands to FAL are:
  32.  
  33. NETPPN ppn      Set the default network access ppn to "ppn".
  34.  
  35.                 The NETPPN command  is  used  to  define  the  default
  36.                 ("free")  ppn which FAL will use as the "on behalf of"
  37.                 account for processing remote  file  access  requests.
  38.                 If the incoming request does not specify a USERID then
  39.                 NETPPN will be used in its place.  If "ppn"  is  blank
  40.                 or  the  NETPPN command is not issued then an incoming
  41.                 file access request which does not have a USERID  will
  42.                 be rejected.
  43.  
  44. REJECT rjs      Reject any file access request from "rjs".
  45.                 The REJECT command is used  to  specify  one  or  more
  46.                 nodes  and/or  users (ppns) which will unconditionally
  47.                 NOT  be  allowed  remote  file  access.    The   "rjs"
  48.                 specification  is  in  the form of a file-spec-list of
  49.                 which only the node and directory specifications  have
  50.                 any   semantic   meaning  (the  file  name  etc.   are
  51.                 ignored).  If only a node name is specified  then  all
  52.                 requests  from  that node will be rejected;  if only a
  53.                 ppn is specified then that ppn will be  rejected  from
  54.                 all  nodes;  if both a node and ppn are specified then
  55.                 only that ppn from that node will be rejected.
  56.  
  57. START ntyp      Start the FAL process for network type "ntyp".
  58.  
  59. FAL - Help file for FAL %1(5)                                   Page 2
  60.  
  61.  
  62.                 The START command tells FAL to start up and initialize
  63.                 for  running the FAL process.  The "ntyp" is optional,
  64.                 and is used to select whether to become an ANF FAL  or
  65.                 a  DECNET  FAL;   "ntyp"  must  be  one  of  "ANF"  or
  66.                 "DECNET".  If no "ntyp" is specified, then "DECNET" is
  67.                 assumed.   Once  a START command has been successfully
  68.                 issued FAL initializes and will no longer  accept  any
  69.                 further commands.
  70.  
  71. NIP             Return to NFT command mode, abort FAL command mode.
  72.  
  73.                 The NIP command is used to abort from FAL command mode
  74.                 and return to NFT command mode.
  75.  
  76. .KJOB
  77. .
  78.