Slauth - authentication system for Apache 2 with plugin architecture


Slauth documentation Contained in the Slauth distribution.

Index


Code Index:

NAME

Top

Slauth - authentication system for Apache 2 with plugin architecture

SYNOPSIS

Top

  use Slauth::User::Web;

  my $web = new Slauth::User::Web ( "request" => $r );
  return $web->interface;

DESCRIPTION

Top

TBA

SEE ALSO

Top

Slauth::Config, Slauth::AAA::Authen, Slauth::AAA::Authz, Slauth::Storage::User_DB, Slauth::Storage::DB, Slauth::Storage::Session_DB, Slauth::Storage::Confirm_DB, Slauth::Config::Apache, Slauth::User::Web

See the project web site at http://www.slauth.org/

Project mail lists are at http://www.slauth.org/mailman/listinfo

AUTHOR

Top

Ian Kluft, <ikluft-slauth@thunder.sbay.org<gt>

COPYRIGHT AND LICENSE

Top


Slauth documentation Contained in the Slauth distribution.

package Slauth;
# this module is just to provide the version number and POD docs for the
# Slauth package.  It doesn't do anything itself.

use 5.008005;
use strict;
use warnings;

our $VERSION = '0.02';
our $RELEASE = '0_pre9h';

1;
__END__