NWADOpenStatus

Contains the audit status information for a specified container or volume

Service:Auditing
Defined In:nwaudit.h

Structure

   typedef struct 
   { 
      nuint32   auditingStatus ; 
      nuint32   isTrustedNetWare ; 
      nuint32   trustedNetWareStatus ; 
      nuint32   reserved1 ; 
      nuint32   reserved2 ; 
      nuint32   reserved3 ; 
      nuint32   reserved4 ; 
   } NWADOpenStatus; 
   
   

Pascal Structure

   uses audwin32 
    
   NWADOpenStatus  = packed Record 
       auditingStatus : nuint32;  
       isTrustedNetWare : nuint32;  
       trustedNetWareStatus : nuint32;  
       reserved1 : nuint32;                
       reserved2 : nuint32;  
       reserved3 : nuint32;  
       reserved4 : nuint32 
     End; 
   
   

Fields

auditingStatus
Specifies whether auditing has been enabled:
  • TRUE Auditing is enabled
  • FALSE Auditing is not enabled
isTrustedNetWare
Specifies if NetWare 4.11 or 5.0 are running:
  • 0 FALSE
  • 1 TRUE
trustedNetWareStatus
Specifies the following bit field:

0

Passwords Allowed Field: If the bit is 1, the server has the set parameter Allow Audit Passwords set to ON.

1

For Containers Audit File Full Field: If the bit is 1, the audit file is full. Reset the audit file and the auditing system will automatically put audit records into the new file.

For Volumes Volume Restart Flag Field: If the bit is 1, the volume switch table has been replaced with the audit volume switch table. Reset the audit file and call NWADRestartVolumeAuditing to allow the auditing system to automatically put audit records into the new file.

 

All other bits are reserved.

reserved1
Reserved by Novell for future use.
reserved2
Reserved by Novell for future use.
reserved3
Reserved by Novell for future use.
reserved4
Reserved by Novell for future use.