The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Slauth - authentication system for Apache 2 with plugin architecture

SYNOPSIS

  use Slauth::User::Web;

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

DESCRIPTION

TBA

SEE ALSO

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

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

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Ian Kluft

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.