[rt-users] RT 4.0.2 and ExternalAuth
Kevin Falcone
falcone at bestpractical.com
Thu Nov 10 12:58:33 EST 2011
On Thu, Nov 10, 2011 at 02:07:41PM +0100, Adrian Stel wrote:
> # The Perl
> package & subroutine used to encrypt passwords
> # e.g. if the
> passwords are stored using the MySQL v3.23 "PASSWORD"
> # function,
> then you will need Crypt::MySQL::password, but for the
> # MySQL4+
> password function you will need Crypt::MySQL::password41
> #
> Alternatively, you could use Digest::MD5::md5_hex or any other
> # encryption
> subroutine you can load in your perl installation
> 'p_enc_pkg'
> => 'Crypt::MySQL::password41',
> #'p_enc_sub'
> => 'password41',
> # If your
>
> Couldn't Load Password Encryption Package. Error: Can't locate
> Crypt/MySQL/password.pm
> My_MySQL AUTH FAILED The encryption package you gave me (
> Crypt::MySQL::password ) does not support the encryption method you
> specified ( )
>
You've configured it to use Crypt::MySQL::password41,
which is not a perl module.
I suspect you wanted it to load Crypt::MySQL and then use the
password41 method on it.
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20111110/84b6e28b/attachment.sig>
More information about the rt-users
mailing list