Apache2-AuthenSecurID

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


Revision 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
	- changes to use cookies 
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


Revision 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
	- changes to use cookies 
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


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.

RCS/README,v  view on Meta::CPAN


        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


ace_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 *

README  view on Meta::CPAN


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.

ace_initd  view on Meta::CPAN


ace_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.257 second using v1.01-cache-2.11-cpan-8d75d55dd25 )