Apache-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

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

@

RCS/README,v  view on Meta::CPAN


        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

RCS/ace_initd,v  view on Meta::CPAN


 VAR_ACE /the/ace/data/directory
 port 1969 
 AuthCryptKey Encryption_Key
 syslog local2


=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


README  view on Meta::CPAN


        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

ace_initd  view on Meta::CPAN


 VAR_ACE /the/ace/data/directory
 port 1969 
 AuthCryptKey Encryption_Key
 syslog local2


=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




( run in 0.293 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )