The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ace_initd - ACE Authentication daemon for Apache::AuthenSecurID::Auth

SYNOPSIS

nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456 --port=1969 --var_ace=/var/ace

DESCRIPTION

This daemon handles the ACE authentication requests for the Apache::SecurID::Auth module. It is a single threaded, single fork server that listens on a specified UDP port. Incoming requests are decrypted and requests forwarded to the ACE server. If a specific request is in either in NEXT TOKEN MODE or SET PIN MODE the Authen::ACE object is not deleted. It is instead kept in memory to handle those specific requests later.

LIST OF TOKENS

  • --var_ace

    Specifies the location of the sdconf.rec file. It defaults to $ENV{VAR_ACE} if this variable is not set.

  • --secret

    The Blowfish key used to encrypt and decrypt the authentication cookie. It defaults to my secret if this variable is not set.

  • --port

    The port the that the Ace request daemon listens on. It defaults to 1969 if this variable is not set.

  • --facility

    The syslog facility ace_initd logs to. It defaults to local2 if this variable is not set.

  • --daemon

    Break off from the shell and become a daemon.

CONFIGURATION

Either run from the command line;

prompt$ nohup ./ace_initd &

or write the appropriate scripts in the /etc/rc directories.

PREREQUISITES

ace_initd requires Crypt::Blowfish, Crypt::CBC and Authen::ACE.

SEE ALSO

Authen::ACE Apache::AuthenSecurID Apache::AuthenSecurID::Auth

AUTHORS

  • mod_perl by Doug MacEachern <dougm@osf.org>

  • Authen::ACE by Dave Carrigan <Dave.Carrigan@iplenergy.com>

  • Apache::AuthenSecurID by David Berk <dberk@lump.org>

  • Apache::AuthenSecurID::Auth by David Berk <dberk@lump.org>

  • Various changes by Al Tobey <tobert@gmail.com>

COPYRIGHT

ace_initd is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 138:

'=item' outside of any '=over'

Around line 167:

You forgot a '=back' before '=head1'

Around line 185:

'=item' outside of any '=over'

Around line 200:

You forgot a '=back' before '=head1'