The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.86

  • in AuthDBI remove check of configured data_source in order to allow the usage of the environment variable DBI_DSN. Bug spotted by Oleg Bartunov <oleg@sai.msu.su>.
  • applied patch from Matt Loschert <loschert@servint.com>, which avoids 'Use of uninitialized value ...' in Apache::DBI.
  • added new attribute 'Auth_DBI_encryption_salt' as proposed by Nathan Clemons <nathan@windsofstorm.net>. Per default this is set to 'password' which will use the password as salt for the crypt function. Setting this to 'userid' will use the userid as salt.
  • fixed bug with setting Auth_DBI_nopasswd to 'on', spotted by "Sigurjon Olafsson" <sigurjon@gm.is>.

Modules

Authentication and Authorization via Perl's DBI
Initiate a persistent database connection

Provides

in DBI.pm

Examples