Previous Topic: SEOS_AUDITLOGINNext Topic: SEOS_AUDITSTART


SEOS_AUDITADMIN

The SEOS_AUDITADMIN record can be submitted to the audit log file when a selang command updates the database.

char szClass [AUDITADMIN_MAXCLASSLEN]

Class on which the operation was performed.

char objname [ONAME_SIZE+1]

Object on which the operation was performed.

char user [ONAME_SIZE+1]

Administrator who issued the command.

int reason

Reason this audit log record was added to the file. Possible reasons are listed in the table in Return Codes in this chapter. The LogRoute API also includes a listing of these reasons in the header file seauthstages.h.

int stage

The stage in the authorization algorithm when the decision was made to grant or deny the request. The LogRoute API includes a listing of the CA ControlMinder stage codes in the header file seauthstages.h.

char terminal [AUDITADMIN_MAXTERMLEN]

The terminal from which the operation was performed.

char command [AUDITADMIN_MAXCMDLEN]

The selang command used.


Reason Code

Integer Value


Meaning

WDWARN_ERROR

0

An error occurred

WDWARN_STATCHANGED

1

Stat was changed

WDWARN_AIXEXIT

2

HPUX/AIX extended information changed

WDWARN_AIXACL

3

HPUX/AIX ACL changed

WDWARN_CRC

4

CRC check failed

WDWARN_STAT

5

Cannot obtain information about the trusted file

WDWARN_MD5

6

MD5 signatures do not match