[sork] Failure in changing password on vpopmail Authentication: User not found

Edison Galindo A. edison.galindo at gmail.com
Mon Apr 24 17:09:12 PDT 2006


Hello friends,

Please excuseme, my english is bad... ;)

I have installed horde 3.1.1 and passwd h3 3.0 in server apache 1.3.4 and
mysql 4.1, imp is working very good, but i cant't change passwords of
users... My conexion to mysql is ok...

My backends.php is:


$backends['vpopmail'] = array (
    'name' => 'vpopmail Authentication',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 8,
        'maxSpace' => 0,
        'minUpper' => 0,
        'minLower' => 0,
        'minNumeric' => 0
    ),
    'driver' => 'vpopmail',
    'params' => array(
        'phptype'    => 'mysql',
        'hostspec'   => 'localhost',
        'username'   => 'vpopmailuser',
        'password'   => '******',
        'encryption' => 'crypt',
        'database'   => 'vpopmail',
        'table'      => 'ins_net_co',
        'name'    => 'pw_name',
 //       'domain'  => 'pw_domain',
        'passwd' =>  'pw_passwd',
        'clear_passwd' => 'pw_clear_passwd',
        'use_clear_passwd' => true,
        'show_encryption' => true
    )
);

and, /passwd/conf/conf.php es:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: passwd/config/conf.xml,v 1.12 2005/10/09 14:48:58 jan Exp $
$conf['menu']['apps'] = array('imp');
$conf['backend']['backend_list'] = 'hidden';
$conf['user']['change'] = true;
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',
'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd',
'operator', 'guest\', 'diginext', 'bind', 'cyrus', 'courier', 'games',
'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty',
'www');
$conf['password']['strengthtests'] = false;
$conf['hooks']['full_name'] = true;
$conf['hooks']['default_username'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['userdn'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

i don't know what happend... but the error persist... "Failure in changing
password on vpopmail Authentication: User not found"

Thanks for your help!


--
/edison


More information about the sork mailing list