Password Change Audit Logs for Operations, Security and Operating System Admins
Article Number
Applies To
RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.5 or later
Issue
Resolution
- If the Operations console administrator's password is changed, the logs will appear in the administration activity monitor/report as shown below.
- If the Security console administrator's password is changed, the logs will appear in the administration activity monitor/report as shown below.
- If the Operating System administrator's (rsaadmin) password is changed, the logs will appear /var/log/messages in Linux logs as shown below.
- SSH on the RSA AM Instance.
- Take the root privileges by executing: sudo su
- Execute this command: if ! [ -e /tmp/messages ]; then mkdir /tmp/messages; fi;cp /var/log/messages* /tmp/messages;bzip2 -d /tmp/messages/*.bz2 2> /dev/null;rm -rf /tmp/messages/*.bz2 ; grep "password changed for rsaadmin" /tmp/messages/message*; rm -rf /tmp/messages
To show the password change activity on the CLI for OS admin in all messages files (compressed and not compressed) and save it in a text file:
- SSH on the RSA AM Instance.
- Take the root privileges by executing: sudo su
- Execute this command: if ! [ -e /tmp/messages ]; then mkdir /tmp/messages; fi;cp /var/log/messages* /tmp/messages;bzip2 -d /tmp/messages/*.bz2 2> /dev/null;rm -rf /tmp/messages/*.bz2 ; grep "password changed for rsaadmin" /tmp/messages/message* | tee /tmp/os_password_change_report.txt; rm -rf /tmp/messages
- The report is saved as: /tmp/os_password_change_report.txt, The file /tmp/os_password_change_report.txt contains the output that appears on the CLI.
- You can use any file transfer protocol program (WinSCP, Filezilla, ....) to get this report and save it on the desktop.
Related Articles
SailPoint IdentityIQ 8.1 - SecurID Admin SDK with AM Configuration - SecurID Access Implementation Guide 84Number of Views How to enable or disable Audit Logging in RSA Identity Governance and Lifecycle 35Number of Views 'Name or password is incorrect' error logging into SAP accounts created by the SAP AFX Connector in RSA Identity Governanc… 82Number of Views Replace a Token for a User 27Number of Views How to create a compressed tar archive of the Oracle audit files in RSA Identity Governance & Lifecycle 47Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…
Don't see what you're looking for?