home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / patches / patch2amitcp_4.3 / patch / amitcp / doc / in.fingerd.doc < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.8 KB  |  46 lines

  1.  
  2. in.fingerd                      AmiTCP/IP Document              in.fingerd
  3.  
  4. NAME
  5.         in.fingerd  --- remote user information server
  6.  
  7. SYNOPSIS
  8.         in.fingerd file
  9.  
  10. DESCRIPTION 
  11.         fingerd is a simple protocol based on RFC742 that provides an
  12.         interface to the Name and Finger programs at several network
  13.         sites.  The program is supposed to return a friendly,
  14.         human-oriented status report on either the system at the
  15.         moment or a particular person in depth.  There is no required
  16.         format and the protocol consists mostly of specifying a single
  17.         `command line'.
  18.  
  19.         fingerd is started by inetd when it receives a TCP connection
  20.         request at port 79.  Once connected it reads a single command
  21.         line terminated by a <CRLF> which is passed to finger.
  22.         Fingerd closes its connections as soon as the output is
  23.         finished.
  24.  
  25.         If the line is null (i.e. just a <CRLF> is sent) then finger
  26.         returns a `default' report, file given as its argument.
  27.  
  28.         If a user name is specified (e.g.  eric<CRLF>) then the
  29.         response lists more extended information for that particular
  30.         user, whether logged in or not.  Allowable `names' in the
  31.         command line include both `login names' and `user names'.
  32.  
  33. SEE ALSO
  34.         finger
  35.  
  36. BUGS 
  37.         Connecting directly to the server from a TIP or an equally
  38.         narrow-minded TELNET-protocol user program can result in
  39.         meaningless attempts at option negotiation being sent to the
  40.         server, which will foul up the command line interpretation.
  41.         Fingerd should be taught to filter out IACĀ“s and perhaps even
  42.         respond negatively (IAC WON'T) to all option commands received.
  43.  
  44.         fingerd requires the APipe handler installed and mounted in
  45.         the system for correct operation.
  46.