Last release, which has proven through general use to be stable, is 1.8.8 (10/2004).
Please also read the CHANGES.
To build mod_securid, you need an ACE/library. Three main releases exist:
If you just wish to test mod_securid without any ACE/Server, please see ace_simul/, included with the distribution.
Else, to use mod_securid you also need an ACE/Server... The module has been successfully tested with:
Extract apache:
| % tar zxf apache_1.x.y.tar.gz |
If you are using Apache as a standard proxy or a reverse proxy, please see notes for proxy problems.
Extract mod_securid:
| % tar zxf mod_securid-x.y.tar.gz |
Configure apache with mod_securid:
| % cd apache_1.x.y % ACE=/usr/ace ./configure --add-module=../mod_securid-x.y/mod_securid.c ... |
| % cd apache_1.x.y % ACE_INC=...dir... ACE_LIB=...dir... ./configure --add-module=../mod_securid-x.y/mod_securid.c ... |
Compile:
| % make |
| % make EXTRA_CFLAGS=-DSECURID_USE_GDBM EXTRA_LIBS=-lgdbm |
| % make EXTRA_CFLAGS=-DSECURID_DEBUG |
Extract mod_securid:
| % tar zxf mod_securid-x.y.tar.gz |
Compile the module:
| % cd mod_securid-x.y % apxs -I/usr/ace/examples -c mod_securid.c /usr/ace/examples/sdiclient.a |
| % apxs -c mod_securid.c -lndbm |
| % apxs -c -DSECURID_USE_GDBM mod_securid.c -lgdbm |
| % apxs -c -DSECURID_DEBUG mod_securid.c |
Install the module:
| % apxs -i mod_securid.so |
| % apxs -i -a mod_securid.so |
When using mod_securid with Apache running as a standard or reverse proxy, you need to apply the following patch:
This module is free software; you can redistribute it and/or modify it under the same terms as Apache itself. This module is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. The copyright holder of this module can not be held liable for any general, special, incidental or consequential damages arising out of the use of the module.
Security Dynamics, the Security Dynamics logo, ACE, ACE/Server, SecurID, SoftID and WebID are registered trademarks of Security Dynamics Technologies, Inc.
All other products or services mentioned in this document are covered by the trademarks, service marks, or product names as designated by the companies who own or market them.