NAME

Authen::Htpasswd::Trac - interface to read and modify Trac password files

SYNOPSIS

use Authen::Htpasswd::Trac;

my $auth = Authen::Htpasswd::Trac->new( '/path/to/.htpasswd', { trac => '/path/to/trac.db'} );
my @rs   = $auth->check_user_permissions($username, $password);

DESCRIPTION

This module based on Authen::Htpasswd. And interface to trac with account-manager plugin.

METHODS

new( password file, { trac => 'database file of trac' })

find_user_permissions( username, password );

This method returns trac permission names.

other methods

perldoc Authen::Htpasswd

AUTHOR

Kazuhiro Nishikawa <kazuhiro.nishikawa@gmail.com>

SEE ALSO

Authen::Htpasswd, http://trac.edgewall.org/

LICENSE

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