home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / pidentd.txt < prev    next >
Text File  |  1997-09-22  |  5KB  |  101 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR PIDENTD:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: pidentd - Network authentication server
  6.  
  7. Version: 2.7.4
  8.  
  9. Author(s): Peter Eriksson <pen@lysator.liu.se>
  10.  
  11.    Peter Eriksson
  12.    Lysator Academic Computer Society
  13.    University of Linkoping, Sweden
  14.  
  15.    ...!uunet!lysator.liu.se!pen
  16.    pen@lysator.liu.se
  17.  
  18. On the CD-ROM in: network/pidentd.tar
  19.  
  20. Ftp source: ftp.lysator.liu.se:/pub/ident/servers/
  21.  
  22. Size on the CD: 123 KB (compressed)
  23.  
  24. Description:
  25.  
  26.    identd is a server which implements the TCP/IP proposed standard IDENT
  27.    user identification protocol as specified in the RFC 1413 document.
  28.  
  29.    identd operates by looking up specific TCP/IP connections and returning
  30.    the user name of the process owning the connection.
  31.  
  32.    -- Quoted from manpage by Peter Eriksson in the pidentd-2.3 distribution
  33.  
  34.  
  35. Advertised architectures:
  36.  
  37.    Machine                 Operating System        Pidentd version
  38.    ----------------------  ----------------------  --------------------------
  39.      Sequent Balance         Dynix 3.0.14            2.1beta.12
  40.      Sequent Symmetry        Dynix 3.1.2             2.1beta.3
  41.      Sun 3/50                SunOS 3.5               2.1beta.8.1           (3)
  42.      Sun 386i                SunOS 4.0.2             2.2beta.2
  43.      Sun 2/120               SunOS 4.0.3             2.1beta.10
  44.      Sun 3/480               SunOS 4.1.1_U1          2.2beta.2
  45.      Sun 4/380               SunOS 5.2               2.2beta.2
  46.      Sun SS1/41              SunOS 5.1               2.1beta.11
  47.      HP 9000/375             HP-UX 7.0               2.1beta.10.1          (1)
  48.      HP 9000/340             HP-UX 8.0               2.2beta.2
  49.      HP 9000/720             HP-UX 8.07              2.1beta.10.1
  50.      HP 9000/715             HP-UX 9.0               2.2beta.2
  51.      HP 9000/827             HP-UX 8.02              2.1beta.8.1
  52.      HP 9000/834             HP-UX 7.0               2.0beta.4
  53.      HP 9000/835             HP-UX 8.00              2.1beta.10.1
  54.      HP 9000/847             HP-UX 9.0               2.2beta.2
  55.      MIPS                    RISC/OS 4.5x            2.1beta.8.1
  56.      DECstation 2100         Ultrix 4.2-96           2.1beta.2             (2)
  57.      DECstation 5000/133     Ultrix 4.2              2.1beta.9.1           (2)
  58.      DEC VAXstation 2000     Ultrix-32 3.1           2.2beta.1             (2)
  59.      DEC VAX vs3520          Ultrix 3.0              2.1beta.9.1           (2)
  60.      DEC VAX 11/780          4.3BSD Reno             2.1beta.12            (2)
  61.      i486-PC                 UHC SVR4 2.0            2.0beta.4             (2)
  62.      i486-PC                 Dell SVR4 2.2           2.0beta.4             (2)
  63.      i486-PC                 ESIX SVR4 4.0.4         2.1beta.2             (2)
  64.      i486-PC                 386BSD 0.1              2.1beta.3             (2)
  65.      i486-PC                 Linux 0.99.13q          2.2beta.2
  66.      Cray                    UNICOS 6.0.12           2.1beta.7
  67.      NeXT                    NeXTSTEP 2.1            2.1beta.9.1           (3)
  68.      NeXT                    NeXTSTEP 3.0            2.1beta.9.1           (3)
  69.      Pyramid 90x             dualPort OSx 4.1        2.1beta.12
  70.      Silicon Graphics        IRIX 4                  2.1beta.10
  71.  
  72.  
  73.    Notes:
  74.       1) HP-UX 7.0 doesn't support running streams based services from
  75.          Inetd with the "wait" option (and the "-w" flag to Pidentd).
  76.  
  77.          It also has problems with starting stuff as user "sys" from Inetd.
  78.          (It doesn't correctly set the group id to "sys") so I suggest you
  79.          either starts it as user "root" and use the "-u" and "-g" flags
  80.          to setuid and setgid itself to user "sys", group "sys", or do a
  81.          'chgrp sys in.identd' and then a 'chmod g+s in.identd' and start
  82.          it as user "sys" from Inetd.
  83.  
  84.       2) These systems also doesn't support running streams based
  85.          services from Inetd with the "wait" option. 
  86.            
  87.       3) See notes in the READMEs/README.<machine-type> specific files.
  88.  
  89.    -- Quoted from README by Peter Eriksson in the pidentd-2.3 distribution
  90.  
  91.    Current distribution contains a directory of README files that give
  92.    details for building pidentd on several architectures.
  93. % ls READMEs
  94. README.DES                README.next               README.sunos4
  95. README.aix                README.next31-m68k-i486   README.sunos5
  96. README.dynix3             README.ptx                README.ultrix
  97. README.irix4              README.riscos4            README.unicos6
  98. README.irix5              README.sunos3
  99.  
  100. Prerequisites: C compiler
  101.