home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / FINGERD.DOC < prev    next >
Text File  |  1994-10-16  |  2KB  |  43 lines

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