| 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 (5667 days ago) |
| Due | |
| Updated | 11/06/2010 (5479 days ago) |
| Assigned | 10/21/2010 (5495 days ago) |
| Resolved | 11/06/2010 (5479 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
actually have any customized configuration in a vhost configuration
file, or why do see this connection?
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Due ⇒ 05/02/2010
Summary ⇒ Timsieved Driver fails with hordeauth=true
Type ⇒ Bug
State ⇒ Unconfirmed
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 = Ingo::getUser(true);
< Ingo::getUser(false),
---