[Bps-public-commit] r17870 - RT-Authen-ExternalAuth/trunk/etc
zordrak at bestpractical.com
zordrak at bestpractical.com
Wed Jan 21 15:39:56 EST 2009
Author: zordrak
Date: Wed Jan 21 15:39:55 2009
New Revision: 17870
Modified:
RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm
Log:
RT::Authen::ExternalAuth v0.08_02 -- s/Crypt::MD5::md5_hex/Digest::MD5::md5_hex/
Modified: RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm
==============================================================================
--- RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm (original)
+++ RT-Authen-ExternalAuth/trunk/etc/RT_SiteConfig.pm Wed Jan 21 15:39:55 2009
@@ -64,7 +64,7 @@
# 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 Crypt::MD5::md5_hex or any other
+ # 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' => 'password',
More information about the Bps-public-commit
mailing list