Apache2-AuthenSecurID

 view release on metacpan or  search on metacpan

Auth/RCS/Auth.pm,v  view on Meta::CPAN

next	;


desc
@Created
@


1.10
log
@Ported to mod_perl2 and updated HTML.
@
text
@# $Id: Auth.pm,v 1.9 2002/07/31 16:44:14 Administrator Exp $

package Apache2::AuthenSecurID::Auth;

use strict;
use ModPerl::Registry;
use Apache2::porting;
use Apache2::Request;

Changes  view on Meta::CPAN

	- 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
    - renamed to Apache2::AuthenSecurID
    - perltidy
    - updated most HTML to use something closer to XHTML
    - made ace_initd configured via command line rather than file
        - modifies its own name to hide the secret from ps
    - added daemonizing code to ace_initd
    - added --listen option to ace_initd

RCS/Changes,v  view on Meta::CPAN

next	;


desc
@Created
@


1.5
log
@updated
@
text
@# $Id: Changes,v 1.4 2002/07/31 16:43:31 Administrator Exp $

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

RCS/Changes,v  view on Meta::CPAN

	- 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
    - renamed to Apache2::AuthenSecurID
    - perltidy
    - updated most HTML to use something closer to XHTML
    - made ace_initd configured via command line rather than file
        - modifies its own name to hide the secret from ps
    - added daemonizing code to ace_initd
    - added --listen option to ace_initd

@


1.4
log

RCS/MANIFEST,v  view on Meta::CPAN

next	;


desc
@Created
@


1.3
log
@updated
@
text
@# $Id: MANIFEST,v 1.2 2007/12/08 03:23:50 atobey Exp atobey $

AuthenSecurID.pm
Auth/Auth.pm
Changes
MANIFEST
Makefile.PL
README

RCS/MANIFEST,v  view on Meta::CPAN

redhat/sysconfig/ace_initd
redhat/httpd/conf.d/authensecurid.conf
redhat/init.d/ace_initd
Auth/Makefile.PL
Auth/test.pl
@


1.2
log
@updated
@
text
@d1 1
a1 1
# $Id: MANIFEST,v 1.1 2001/06/19 19:45:28 root Exp atobey $
d14 2
a15 1

@

RCS/README,v  view on Meta::CPAN

next	;


desc
@Created
@


1.5
log
@updated
@
text
@# $Id: README,v 1.4 2002/07/31 16:43:55 Administrator Exp atobey $

In order to install and use this package you will need Perl version
5.6 or better, mod_perl2, libapreq (Apache2::Request), Crypt::CBC,
Crypt::Blowfish and Authen::ACE. 

Installation as usual:



( run in 0.319 second using v1.01-cache-2.11-cpan-05444aca049 )