[rt-users] RT 4.0.2 ExternalAuth and phpbb3

Adrian Stel adisan82 at gmail.com
Mon Nov 14 04:27:54 EST 2011


Hi,


I would like to use phpbb3 base to auth to my RT.

Problem is here:


SiteConfig.pm

 # 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',
                                                        'p_enc_sub'
             =>  'password41',


I'm not sure which function I should use.




-- 
Best
Adrian Stelmaszyk



More information about the rt-users mailing list