need a method to report on when a user is added or a password is changed in the Autosys autosys_secure command line tuility
Autosys 12.x
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>