[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference utrop1::linkworks_v3

Title:LinkWorks V3.0 Notes Conference
Notice:LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues
Moderator:tacklr.apd.dec.com::TACK_Lm::TACK_L
Created:Tue Jun 28 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2269
Total number of notes:8338

2247.0. "Auditing on 3.2?" by BRADEC::bpc054.mil.brc.dec.com::takacs () Fri May 23 1997 16:40

Please write me clear how to set up auditing on 3.2 version. I clicked in 
Administration, but nothing happed. If I have to set something in UNIX, 
please write it clear, step by step. Because nowhere in UNIX I can see some 
readable results. Also write pls, how to read aodit results.

Thanks

Roland

T.RTitleUserPersonal
Name
DateLines
2247.1IJSAPL::MONNINK_HMon May 26 1997 14:2357
    Roland,
    
    THe auditing should be enabled by setting the wanted options in the
    systemadminstration options menu.
    
    After applying the iptions you'll have to do 'Commit Changes'
    
    From now on the server will log all the requested information and will
    store the result in a file call /usr/op/cell/users/AC-yymmdd.
    
    THE FILE MAY NOT BE CREATED STRAIGHT AWAY BECAUSE THE LOGGING IS
    BUFFERED.
    
    
    Below you can find how to read the information:
    
     At the first event after midnight the current file will
    be closed and a new one created with the name of the new day, date and
    time taken as local time of the logging server. Records are character
    strings separated by <new line> and have the following format:
    <type><tab>yyyy/mm/dd<tab>hh:mm:ss<tab><type specific data>
    The <type> field is a 3 character indication of the type of event
    logged:
    
    AAD	Access Administrator Denied
    AAG	Access Administrator Granted
    AUD	Access User Denied
    AUG	Access User Granted
    LIU	Login Unsuccessful
    LIS	Login Successful
    LOG	Logout
    
    The format of the type specific data field for the types
    AAD/AAG/AUD/AUG   is:
    
    <object reference><tab><class id><tab><owner id><tab><owning o.u.
    id><tab><user_id><tab><org. unit id><tab><access
    type_id><tab><method_id><tab><status>
    
    If the value of <owning o.u. id> is -1 this means that the field has a
    NULL value and that the primary org. unit of the owner must be
    substituted instead.
    
    The format of the type specific data field for the types LIU/LIS/LOG
    is:
    
    <user_id><tab><cell_id><tab><oslogin><tab><workstation
    id><tab><workstation name><tab><workstation address><tab><status>
    
    Fields are all numeric for performance reasons and to avoid problems
    with character sets. The files can be interpreted with a LinkWorks
    script, and the ids translated to text using the APO/MCC functions.
    
    
    
    Han
    
2247.2ThanksBRADEC::bpc054.mil.brc.dec.com::takacsMon May 26 1997 16:303
Thanks

Roland