Can anyone recommend how to implement SecurID authentication in Linux C++ based application? I I was thinking of the following options:
- An apache module for SecurID (we're using Apache on the front-end)
- PAM
- Some combination of SecurID through Radius that I've heard about but don't understand