On Mon, 6 Feb 2006, Guillaume Filion wrote:
> I'm starting to doubt that anyone is actually using that plugin. Here's
> the hard-coded plugin I wrote a while ago and that I'm still using. I'm
> affirmative that this plugin works. You'll have to change myusername and
> mypassword to the right values.
I tried the plugin, but it also failed. I decided to trace for the
values being passed to the subroutine:
In your plugin:
my ( $self, $transaction, $method, $user, $passClear, $passHash, $ticket ) = @_;
$passClear is "uninitialized value".
In the auth_flat_file plugin:
my ( $self, $transaction, $method, $user, $passClear, $passHash, $ticket ) = @_;
Identical, but this time both $passClear and $passHash are
"uninitialized value".
I've got no clue where to go from here :-/