[cvs] commit: horde/docs CHANGES horde/lib/Auth sql.php

Max Kalika max at horde.org
Wed Jul 23 13:10:51 PDT 2003


max         2003/07/23 13:10:51 PDT

  Modified files:
    docs                 CHANGES 
    lib/Auth             sql.php 
  Log:
  fix up the sql driver to be on par with the Passwd module:
  - add optional show_encryption parameter (this will break current
  'crypt' encryptions because this parameter defaults to true,
  so if you use crypt, be sure to add this to your conf.php:
  $conf['auth']['params']['show_encryption'] = false);
  - add crypt-des (same as crypt), crypt-md5, and crypt-blowfish
  encryption types to match the Passwd module.
  - change query to _authenticate() query to retreive the password
  and pass it to new _comparePassword() function that correctly
  crypts the passed in plaintext password.
  
  hopefully this doesn't break anything.
  
  Revision  Changes    Path
  1.406     +5 -0      horde/docs/CHANGES
  1.48      +83 -17    horde/lib/Auth/sql.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.405&r2=1.406&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/sql.php?r1=1.47&r2=1.48&ty=u


More information about the cvs mailing list