The program analyses the Novell 3.1x Audit file as produced by the PAUDIT 
command and returns information on the total length of time a user is 
attached to a server, and the total number of times they attach.

It does this by analysing the data produced by Novell's PAudit command and 
producing two reports.  One of these is a summary of accumulated login
time and number of connections, the other is a full report of all login
and logout information.

This program is based on one written by J. Pilant in Basic.  It was 
re-written by myself to overcome memory problems and speed issues.
It will now handle an accounting file containing records for :-

   2300 Users
   10   Print Servers
   200  Ethernet Cards
   10   Networks

The program is made up of the following files :-

   auditn.exe   - the main executable
   auditn.rpt   - a general log file produced by the program
   summary.rpt  - the main report file
   fulldata.rpt - a complete listing of all logins and logouts with duration
   audit.txt    - the Novell accounting file.

You will need to create audit.txt yourself by using Novells Paudit command as 
follows :-

   paudit > audit.txt


The program itself is selfcontained and is invoked by typing AUDITN in the 
directory where audit.txt resides.



The Legal bit.
--------------

This program is copyrighted by D.G. King and The University of Waikato but
is released as Freeware to be used by anyone for their own purposes.
Neither The University or myself make any promises on the capabilities of
this software, nor will we accept any liability for damage to any system
that this program is placed on or attached to.


---
David G King
dgk@waikato.ac.nz
