[sork] Fwd: Problems with Driver.php
Chuck Hagenbuch
chuck at horde.org
Wed Jul 28 08:53:31 PDT 2004
----- Forwarded message from lbello at inet.edu.ar -----
Date: Wed, 28 Jul 2004 12:40:10 -0300
From: Luciano Bello <lbello at inet.edu.ar>
Reply-To: Luciano Bello <lbello at inet.edu.ar>
Subject: Problems with Driver.php
To: chuck at horde.org
Hi!
Mi name is Luciano Bello and I'm from Argentina. I'm using you
Driver.php with support for crypt-md5 encryption. I'm using vpopmail and
passwd-latest.
Here it's my backends.php's important part:
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => '<host>',
'protocol' => 'tcp',
'username' => '<user>',
'password' => '<password>',
'encryption' => 'crypt-md5',
'database' => 'vpopmail',
'table' => 'vpopmail',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => false,
'show_encryption' => false
)
You can access to my webmail in
http://correo.huitral.inet.edu.ar
user: test
pass: huitral
when I try to change de password I have this error:
Failure in changing password: Incorrect Password
I suspect that is a problem with the hash... so, this is the hash in my
mail system
mysql> select pw_passwd from vpopmail where pw_name='test';
+------------------------------------+
| pw_passwd |
+------------------------------------+
| $1$lsea5JG4$lI6vy8eaiVwZNqbNNkwkn1 |
+------------------------------------+
1 row in set (0.00 sec)
I realy try to do a lots of things... but i haven't got luck. Maybe you
can help me. Thanks any way
And sorry for my english :P
Luciano Bello <lbello at inet.edu.ar>
Instituto Nacional de Educación Tecnológica
Buenos Aires, Argentina
----- End forwarded message -----
-chuck
--
"Regard my poor demoralized mule!" - Juan Valdez
More information about the sork
mailing list