How to obtain the version information for RSA Authentication Agent for PAM installed on Linux
Originally Published: 2006-10-11
Article Number
Applies To
RSA Product/Service Type: Authentication Agent for PAM
Issue
Resolution
You can determine the version of the RSA Authentication Agent for PAM via the strings command Following are examples on determining the agent version.
- Find where your PAM agent is installed via the find command.
/opt is the default agent install directory.
[bash #] find / -name pam /etc/log.d/scripts/services/pam /opt/pam
- Navigate to the installation directory
[bash #] cd /opt/pam/lib
- Run the strings command for the version.
[bash #] strings pam_securid.so | grep "Agent" @(#)RSA Authentication Agent 8.0.0 for PAM [195]
- Run the following command to obtain the version number along with build information of the RSA installed PAM agent. Sample output is included.
[bash #] strings pam_securid.so | grep "Agent" RSA Authentication Agent 8.0.0 for PAM [195] 11_23_17_04_55_27
[bash #] strings pam_securid.so | grep "Built on" . Built on Jan 19 2018 13:30:33
For older versions
[bash]# strings pam_securid.so | grep "Agent" @(#)RSA Authentication Agent 6.0 for PAM [011]
[bash]# strings pam_securid.so | grep "Agent" @(#)RSA Authentication Agent 5.3 for PAM [254]
Related Articles
RSA Authentication Manager 8.x services won't start when network interface adapter eth0 is not found 253Number of Views Can't Attach RSA Authentication Manager 8.1 replica when Primary has migrated data. 466Number of Views The License/serial number being installed does not match the license/serial number stored on the server when installing an… 2.72KNumber of Views Self-Service Console doesn't display On-Demand Authentication (ODA) link for RSA Authentication Manager 8.x 239Number of Views RSA Via Lifecycle and Governance User Interface is inaccessible after rebooting an Appliance with the error "This page can… 41Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?