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
--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Barcelona, Spain  November 28 & 29, 2011

Reply via email to