[Tickets #8999] Timsieved Driver fails with hordeauth=true
bugs at horde.org
bugs at horde.org
Sun May 2 14:06:24 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8999
------------------------------------------------------------------------------
Ticket | 8999
Created By | a.c.mariani at inf.ufsc.br
Summary | Timsieved Driver fails with hordeauth=true
Queue | Ingo
Version | 1.2.3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
a.c.mariani at inf.ufsc.br (2010-05-02 10:06) wrote:
When using Horde with "$conf['vhosts'] = true;" the timsieved driver
seems not respects 'hordeauth' => true option. I have made the
changes below in order to work. But I think this patch doesn't work in
other cases.
64c64,65
< $auth = $this->_params['username'];
---
> // $auth = $this->_params['username'];
> $auth = Ingo::getUser(true);
73c74
< Ingo::getUser(false),
---
> Ingo::getUser(true),
More information about the bugs
mailing list