The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package RTx::AuthTool;
$RTx::AuthTool::VERSION = "0.01";

1;

__END__

=head1 NAME

RTx::AuthTool - Web authentication tools

=head1 VERSION

This document describes version 0.01 of RTx::AuthTool, released
September 25, 2004.

=head1 DESCRIPTION

This RT extension provides a web interface for granting, revoking, and querying
against the RT ACL system.

After installation, log in as superuser, and click on the "Auth Tools" menu
on the bottom of the navigation pane.

=head1 AUTHORS

Autrijus Tang E<lt>autrijus@autrijus.orgE<gt>

=head1 COPYRIGHT

Copyright 2004 by Autrijus Tang E<lt>autrijus@autrijus.orgE<gt>.

This program is free software; you can redistribute it and/or 
modify it under the same terms as Perl itself.

See L<http://www.perl.com/perl/misc/Artistic.html>

=cut