[Tickets #6496] Fail to update vacation msg (using sql driver)

bugs at horde.org bugs at horde.org
Tue Mar 18 13:47:33 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6496
-----------------------------------------------------------------------
 Ticket             | 6496
 Created By         | pola at sol.info.unlp.edu.ar
 Summary            | Fail to update vacation msg (using sql driver)
 Queue              | Vacation
 Version            | 3.0.1
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


pola at sol.info.unlp.edu.ar (2008-03-18 09:47) wrote:

Vacation fails to update vacation msg using sql driver and crypt as
encryption method, thats because the salt used to generate the crypted
passwd for the query (WHERE part) does not match the salt in the crypted
passwd in the database.

A possible solution should be to remove this lines 
' AND ' . $this->_params[$realm]['pass_col'] . ' = ?';
(lines 89, 107, 147, 189)
from the sql query and just use the user email as the primary search key.

Best regards




More information about the bugs mailing list