[horde] Sork / Passwd
Widmer Hannes
h.widmer at cybernet.ch
Wed Oct 8 23:47:09 PDT 2003
Good Morning Volks
I was tryingyesterday in the evening to implement
the passwd module from Horde to change vpopmail
passwords. My problem now is, that i get all the
time a "incorrect password"
That means, he check first my old pw and then he
is not able to read... It looks like that....
What can be the problem?... Here my config:
( I have only that in my backends.php... Is the sql tag also needed?????
)
$backends['vpopmail'] = array (
'name' => 'Website',
'preferred' => '',
'password policy' => array(
'minLength' => 3,
'maxLength' => 8,
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 3
),
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'protocol' => 'tcp',
'username' => 'vpopmail',
'password' => '*********',
'encryption' => 'crypt',
'database' => 'vpopmail',
'table' => 'vpopmail',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => true
)
);
My tables look like that:
+-----------------+
| Field |
+-----------------+
| pw_name |
| pw_domain |
| pw_passwd |
| pw_uid |
| pw_gid |
| pw_gecos |
| pw_dir |
| pw_shell |
| pw_clear_passwd |
+-----------------+
Thanks verry utch for help
Hannes Widmer
\|||/
(@ @)
---o00-(_)-00o--- Cybernet (Schweiz) AG
Hannes Widmer
Junior System Engineer
Cybernet Hostmaster
Schaffhauserstrasse 560
Postfach
CH-8052 Zuerich
More information about the horde
mailing list