home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / finger / iufinger / readme.txt < prev    next >
Text File  |  1993-10-26  |  5KB  |  3 lines

  1. ------------Contents ------------    CopyrightAuthorsHistorySynopsisFilesMaking IUFINGERConfiguring IUFINGERComments ------------    Copyright ------------=   (C) Copyright 1992-1993 The Trustees of Indiana UniversityC   Permission to use, copy, modify, and distribute this program forF   non-commercial use and without fee is hereby granted, provided that@   this copyright and permission notice appear on all copies andG   supporting documentation, the name of Indiana University not be usedH   in advertising or publicity pertaining to distribution of the programG   without specific prior permission, and notice be given in supportingB   documentation that copying and distribution is by permission of   Indiana University.G   Indiana University makes no representations about the suitability ofH   this software for any purpose. It is provided "as is" without express   or implied warranty. ------------Authors ------------Indiana UniversityUniversity Computing ServicesNetwork Applications Group9Larry Hughes  - Software Engineer (Version 1.1 and later)<Colin Fraizer - Application/Systems Programmer (Version 1.0) ------------History ------------Current Version : 1.2Release Date    : July 19, 19933Comments        : Support for Multinet and TCPware.Version         : 1.1 Release Date    : November, 1992GComments        : Added "#ifdef NOCLUSTER" code, to optionally disallow'                  intracluster fingers.Version         : 1.0Release Date    : March, 1991"Comments        : Initial version. ------------Synopsis ------------LIUFINGER is a finger client for VMS. It will compile and run on VMS systems Lwith Wollongong's Pathway (formerly WIN/TCP), Digital's TCP/IP Services for AOpenVMS (aka UCX), TGV's Multinet, or Process Software's TCPware.EIUFINGER was initially written to address the lack of a finger clientHin early versions of UCX, and to be a companion to our IUFINGERD server.JIUFINGER relies fully on finger servers to provide the finger information.EThis is true even when fingering the local system.  Thus, it need not#be installed as a privileged image. ------------Files ------------README.TXT          - this file1MAKE.COM            - Build IUFINGER distribution/MULTINET.OPT        - MULTINET MMS options file*UCX.OPT             - UCX MMS options file+WINS.OPT            - WINS MMS options file.TCPWARE.OPT         - TCPWARE MMS options file8IUFINGER.C          - IUFINGER server C source code file---------------Making IUFINGER---------------ITo build IUFINGER, simply type this command in the IUFINGER distribution 
  2. directory:
  3.    $ @MAKE,The MAKE.COM accepts one optional parameter:.   $ @MAKE  [UCX | WINS | MULTINET | TCPWARE] DAlthough MAKE.COM should be able to automatically detect your TCP/IPFimplementation, you may override the automatic detection by supplying the parameter.CThis will produce the binary image IUFINGER.EXE.  To use it, define.a symbol like this, using an appropriate path:1   $ finger :== $sys$nowhere:[nobody]iufinger.exeUsage:-   $ finger [user[@host]] [user[@host]] [...]--------------------Configuring IUFINGER--------------------IIUFINGER has one option which is probably not applicable for most sites, but it is for ours.  EAt IU, we have thousands of active user accounts on our cluster.  To Hdiscourage use of finger service when SHOW USERS would instead suffice, Bwe do not permit IUFINGER to perform a list query for a machine in?the cluster.  (Individual user queries are permitted, however).BThis behavior is not a default behavior for IUFINGER.  If you wishFto enable it, before building IUFINGER.EXE as described above, define Dthe "NOCLUSTER" macro in the source code.  You can achieve this most<easily by adding this line of code to the top of IUFINGER.C:#define NOCLUSTER 1HThen, define the finger symbol this way, instead of as desribed earlier:0  $ finger :== @sys$nowhere:[nobody]iufinger.com9Now create an "iufinger.com" containing lines like these:I  $ define/user_mode cluster$addresses "129.79.1.1 129.79.1.2 129.79.1.3"3  $ run_finger := $sys$nowhere:[nobody]iufinger.exe6  $ run_finger 'p1' 'p2' 'p3' 'p4' 'p5' 'p6' 'p7' 'p8'@using your own list of addresses for interfaces on your cluster. ------------Comments ------------CIUFINGER is an unsupported program.  If you decide to use it, do soAonly in strict adherence to the copyright/disclaimer shown at theCtop of this file, in COPYRIGHT.TXT, and throughout the source code.DYou may send comments, questions, and bug reports via Internet mail Cto iufingerd@indiana.edu, or BITNET mail to IUFINGERD@INDIANA.  We Awill respond on a time-available basis.  We do appreciate hearing    from you!=Also, if you wish to be notified of future updates and/or bug@reports, please send email to one of the addresses listed above,!and ask to be placed on the list.Enjoy!