Article Content
Article Number | 000024904 |
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" |
Legacy Article ID | a26124 |