1SecurID Preauth Support
2
3In order to build this library you will need the RSA 's ACE Agent
4SDK. Set the LDFLAGS and CPPFLAGS environment variables to include the
5appropriate paths for your SDK before running configure. If libaceclnt
6is found then the plugin will be enabled.
7For example:
8
9../src/configure CC='gcc -m32' CFLAGS=-g --prefix=/usr/local/krb5 \
10     --disable-rpath LDFLAGS=-L/home/developer/ace/ACEAgentSDK/lib/lnx \
11    CPPFLAGS=-I/home/developer/ace/ACEAgentSDK/inc
12
13
14Once the plugin is installed, set the requires_preauth and potentially
15requires_hwauth flags for a principal.  Then create principal/SECURID
16as a new principal with a random key. That principal will now require
17SecurID authentication.
18