Apache2-AuthenSecurID
view release on metacpan or search on metacpan
2345678910111213141516171819202122Revision history
for
Perl extension Apache::AuthenSecurID.
0.01 Tue Nov 5 14:11:38 2000
- original version; created by db
0.02 Fri Jan 5 18:09:10 2001
0.03 Mon Jun 18 21:32:55 2001
- major overhaul
- created single threaded ace auth server
- create Auth handler instead of using basic auth
- started using blowfish
- better documentation
0.04 Mon Jul 31 16:05:00 2002
- fixed typo in docs
- added PerlModule in httpd.conf in docs
- fixed small scope bug
- changes colors so they are
no
longer awful
0.05 Fri Dec 07 18:55:00 2007 <tobert
@gmail
.com>
- ported to mod_perl2
RCS/Changes,v view on Meta::CPAN
454647484950515253545556575859606162636465Revision history
for
Perl extension Apache::AuthenSecurID.
0.01 Tue Nov 5 14:11:38 2000
- original version; created by db
0.02 Fri Jan 5 18:09:10 2001
0.03 Mon Jun 18 21:32:55 2001
- major overhaul
- created single threaded ace auth server
- create Auth handler instead of using basic auth
- started using blowfish
- better documentation
0.04 Mon Jul 31 16:05:00 2002
- fixed typo in docs
- added PerlModule in httpd.conf in docs
- fixed small scope bug
- changes colors so they are
no
longer awful
0.05 Fri Dec 07 18:55:00 2007 <tobert@
@gmail
.com>
- ported to mod_perl2
RCS/README,v view on Meta::CPAN
261262263264265266267268269270271272273274275276277278279280281NAME
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.
RCS/README,v view on Meta::CPAN
611612613614615616617618619620621622623624625626627628629630631
VAR_ACE /the/ace/data/directory
port 1969
AuthCryptKey Encryption_Key
syslog local2
d227 7
a233 8
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.
d236 18
a253 18
o VAR_ACE
Specifies the location of the sdconf.rec file. It
defaults to /opt/ace/data
if
this variable is not
RCS/ace_initd,v view on Meta::CPAN
163164165166167168169170171172173174175176177178179180181182183ace_initd - ACE Authentication daemon
for
Apache::AuthenSecurID::Auth
=head1 SYNOPSIS
nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456 --port=1969 --var_ace=/var/ace
=head1 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.
=head1 LIST OF TOKENS
=item *
218219220221222223224225226227228229230231232233234235236237238NAME
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.
118119120121122123124125126127128129130131132133134135136137138ace_initd - ACE Authentication daemon
for
Apache::AuthenSecurID::Auth
=head1 SYNOPSIS
nohup ./ace_initd --listen=127.0.0.1 --facility=local2 --secret=123456 --port=1969 --var_ace=/var/ace
=head1 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.
=head1 LIST OF TOKENS
=item *
( run in 0.369 second using v1.01-cache-2.11-cpan-8d75d55dd25 )