[horde] Can't log in since last git update

Rick Romero rick at havokmon.com
Mon Aug 26 17:58:42 UTC 2013


Quoting Simon B <simon.buongiorno at gmail.com>:

> Hi
>
> Every Sunday I do a git pull and update.
>
> Last Sunday sending mail stopped working.  I wrote to the mailing list
> with
> detailed trouble-shooting and logs but got little traction.  I figured
it
> would be fixed in the next update.
>
> Yesterday, it updated (it's a script) and since then I can no longer even
> log in, so I can't even update schemas or configs.  My dovecot logs just
> report a password mismatch.  However, the production site (using pear
and
> the same credentials and auth source is fine).  Sadly, I'm traveling
with
> little network access so debugging this further (horde or apache logs) is
> hard.
>
> Does anyone else have this issue?
>
> Neither of my activesync devices are working and nor is the webmail
login.
> It too reports a password mismatch.
>
> Any ideas on where to look if I do get a connection?
>  

I had a problem with using memcache for the sessionhandler that cropped up
after a recent update, though SQL works.  Couldn't login either.

Try using the builtin sessionhandler to get logged in -

$conf['sessionhandler']['type'] = 'Builtin';
$conf['sessionhandler']['hashtable'] = false;

Rick


More information about the horde mailing list