[Tickets #4244] NEW: Ingo supplying timsieved with wrong Password
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Aug 2 20:53:08 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4244
-----------------------------------------------------------------------
Ticket | 4244
Created By | darron at nonfiction.ca
Summary | Ingo supplying timsieved with wrong Password
Queue | Ingo
Version | 1.1.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
darron at nonfiction.ca (2006-08-02 20:53) wrote:
In lib/Ingo.php in the activateScript and getScript functions - we ended up
changing this:
if (!empty($_SESSION['ingo']['backend']['hordeauth'])) {
$username = ($_SESSION['ingo']['backend']['hordeauth'] ===
'full')
? Auth::getAuth() : Auth::getBareAuth();
// $password = Auth::getCredential('password');
$password =
$_SESSION['ingo']['backend']['params']['password'];
What was happening was that Ingo was supplying the:
1. Cyrus admin user's username
2. Effective user's password
That was the problem - once we got it to use the right Cyrus admin user's
password - it works like a charm.
More information about the bugs
mailing list