Subject: | support for authorization |
Date: | Mon, 07 Jun 2010 12:57:16 +0200 |
To: | bug-Net-ManageSieve [...] rt.cpan.org |
From: | Rudy Gevaert <Rudy.Gevaert [...] UGent.be> |
Dear maintainer,
It would be nice to see your module implement authorization under sasl
plain.
Then it is possible to login as the cyrus user and authorize as
different user.
For now the module takes user the same as authname. Changing:
$sasl = Authen::SASL->new(mechanism=> "".$mech,
callback => { user => 'cyrus',
pass => $password,
password => $password,
authname => $username,
}
);
provides the wanted result.
It would be nice if this could be set with a parameter.
Would you consider this please?
Thanks!
Rudy