How to determine the aceclnt (SecurID Agent Authentication library) version
2 years ago
Originally Published: 2005-05-04
Article Number
000061842
Applies To
All UNIX Platforms
Issue
How to determine the aceclnt (SecurID Agent Authentication library) version
Cause
While the aceclnt.dll for Windows version can be determined by right clicking the .DLL file and selecting properties, determining the version and build number for a UNIX aceclnt library is not quite as obvious
Resolution
Use the UNIX strings command as follows to extract the version information:

    $ strings <path to library>/libaceclnt.so | grep "Agent Version"