[horde] passwd problem

Rajiv rajeevs at infobraintech.com
Thu Jul 24 07:19:45 PDT 2003


 
 hi

            i ve configured this passwd module to horde but when i m trying
to change my passwd it giving me massage "Failure in changing password :
Connection refused" 

 i m using mysql database n there  i crate one 'vpopmail" databases in which
all user id n passwd related information lies.so i given this configuration
in backend.php file 

 $backends['sql'] = array (
    'name' => 'Horde Authentication',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 8,
        'maxSpace' => 0,
        'minUpper' => 1,
        'minLower' => 1,
        'minNumeric' => 1
    ),
    'driver' => 'sql',
    'params' => array(
        'phptype'    => 'mysql',
        'hostspec'   => 'localhost',
        'username'   => 'vpopmail',
        'password'   => '1brain2',
        'encryption' => 'md5-hex',
        'database'   => 'vpopmail',
        'table'      => 'ibindia_com',
        'user_col'   => 'pw_name',
        'pass_col'   => 'pw_passwd'
    )



only this setting i ve given there.so plz let me know wht shld i do.



rajiv 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 494 bytes
Desc: not available
Url : http://lists.horde.org/archives/horde/attachments/20030724/1590d185/attachment-0002.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1431 bytes
Desc: not available
Url : http://lists.horde.org/archives/horde/attachments/20030724/1590d185/attachment.jpe


More information about the horde mailing list