Apache-AuthenSecurID
view release on metacpan or search on metacpan
CONFIGURATION
The module should be loaded upon startup of the Apache
daemon. Add the following line to your httpd.conf:
PerlModule Apache::AuthenSecurID::Auth
PREREQUISITES
For AuthenSecurID::Auth you need to enable the appropriate
call-back hook when making mod_perl:
perl Makefile.PL PERL_AUTHEN=1
AuthenSecurID::Auth requires Crypt::Blowfish and
Crypt::CBC.
For AuthenSecurID::Auth to properly track users
mod_usertrack must be compiled and enabled.
SEE ALSO
the Apache manpage, the mod_perl manpage, the Authen::ACE
manpage the Apache::AuthenSecurID::Auth manpage
AUTHORS
o mod_perl by Doug MacEachern <dougm@osf.org>
o Authen::ACE by Dave Carrigan
<Dave.Carrigan@iplenergy.com>
o Apache::AuthenSecurID by David Berk <dberk@lump.org>
o Apache::AuthenSecurID::Auth by David Berk
<dberk@lump.org>
COPYRIGHT
The Apache::AuthenSecurID::Auth module is free software;
you can redistribute it and/or modify it under the same
terms as Perl itself.
ACE_INITD(1) User Contributed Perl Documentation ACE_INITD(1)
NAME
ace_initd - ACE Authentication daemon for
Apache::AuthenSecurID::Auth
SYNOPSIS
# Configuration in /etc/ace_initd.conf
VAR_ACE /the/ace/data/directory
port 1969
AuthCryptKey Encryption_Key
syslog local2
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
o VAR_ACE
Specifies the location of the sdconf.rec file. It
defaults to /opt/ace/data if this variable is not
set.
o AuthCryptKey
The Blowfish key used to encrypt and decrypt the
authentication cookie. It defaults to my secret if
this variable is not set.
o ace_initd_port
The port the that the Ace request daemon listens
on. It defaults to 1969 if this variable is not
set.
o syslog
The syslog facility ace_initd logs to. It defaults
to local2 if this variable is not set.
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
the Authen::ACE manpage the Apache::AuthenSecurID manpage
the Apache::AuthenSecurID::Auth manpage
AUTHORS
o mod_perl by Doug MacEachern <dougm@osf.org>
o Authen::ACE by Dave Carrigan
<Dave.Carrigan@iplenergy.com>
o Apache::AuthenSecurID by David Berk <dberk@lump.org>
o Apache::AuthenSecurID::Auth by David Berk
<dberk@lump.org>
COPYRIGHT
ace_initd is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Copyright 2001, David Berk <dberk@mobygames.com>
( run in 0.554 second using v1.01-cache-2.11-cpan-f56aa216473 )