6.0.0-beta1
8/11/25

[#8999] Timsieved Driver fails with hordeauth=true
Summary Timsieved Driver fails with hordeauth=true
Queue Ingo
Queue Version 1.2.3
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester a.c.mariani (at) inf (dot) ufsc (dot) br
Created 05/02/2010 (5580 days ago)
Due
Updated 11/06/2010 (5392 days ago)
Assigned 10/21/2010 (5408 days ago)
Resolved 11/06/2010 (5392 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/06/2010 08:15:37 PM Jan Schneider State ⇒ No Feedback
 
10/21/2010 04:58:05 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
I am using the vhosts setting, and hordeauth works perfectly here. Do 
actually have any customized configuration in a vhost configuration 
file, or why do see this connection?
05/02/2010 02:06:23 PM a (dot) c (dot) mariani (at) inf (dot) ufsc (dot) br Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Due ⇒ 05/02/2010
Summary ⇒ Timsieved Driver fails with hordeauth=true
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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),

Saved Queries