Previous Topic: AUDIT Keyword—ACID ActivityNext Topic: BIND Keyword—Bind a Certificate to a PKCS#11 Token


Examples: AUDIT keyword

This example adds the audit attribute to an user01. Any actions performed by user01 are recorded in the Audit file for further review.

TSS ADD(user01) AUDIT

This example removes the AUDIT attribute from USER01:

TSS REMOVE(USER01) AUDIT

In this example, the program "LIST" is audited, but the program "LISTA" is not audited:

TSS ADD(AUDIT) PROGRAM('LIST ')

This example allows user02 to administer the audit attribute for ACIDs within his scope.

TSS ADMIN(user02) RESOURCE(AUDIT)

This example allows any activity for the specified resource class to be audited:

TSS ADD(AUDIT) resource class(resourcename)