Auditing the adding of users and changing of passwords in Autosys_secure
search cancel

Auditing the adding of users and changing of passwords in Autosys_secure

book

Article ID: 380450

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

need a method to report on when a user is added or a password is changed in the Autosys autosys_secure command line tuility

Environment

Autosys 12.x

Resolution

Currently, the only option is the use of the autotrack command.
This must be enabled before tracking can start.

Autotrack-command-tracks-changes-to-the-database


Set the level to 2 and it will track when users are added or passwords changed.
then run the command:
autotrack -u 2


To get the report of the changes run the below command:
autotrack -v -t A

example output:


autosys@<hostname>
10/23/2024 15:06:31
CAUAJM_I_50171 AutoSys Security change.


  Create a user: testuser@<testdomain>
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
autosys@<hostname>
10/23/2024 15:09:49
CAUAJM_I_50171 AutoSys Security change.


  Modify user password: testuser@<testdomain>
  Create a user: testuser2@<testdomain>