Summary | horde completely unusable after password change |
Queue | Passwd |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | ralf.lang (at) ralf-lang (dot) de |
Requester | Joerg.Pulz (at) frm2 (dot) tum (dot) de |
Created | 11/29/2012 (4600 days ago) |
Due | |
Updated | 12/01/2012 (4598 days ago) |
Assigned | 11/29/2012 (4600 days ago) |
Resolved | 12/01/2012 (4598 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Ralf Lang
State ⇒ Duplicate
am reproducing and providing a cleaner solution but it will take some
time.
Bug #10228I didn't tried the hack posted in the ticket.
There should be a real (final) solution.
Bug #10228and it is working for me.The last mail of a thread discussing it:
http://lists.horde.org/archives/horde/Week-of-Mon-20110613/041184.html
The ticket (resolved, but not fixed)
Bug #10228I didn't tried the hack posted in the ticket.
There should be a real (final) solution.
#11766, don't you think?I don't get an error that imp is not activated, but it looks like imp
is caching the credentials somewhere and these are not updated during
a password change.
I don't know the deep horde internals for credential handling, but it
may be that not passwd is the culprit here but imp is.
State ⇒ Feedback
#11766, don't you think?Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ horde completely unusable after password change
Queue ⇒ Passwd
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
to change passwords.
Changing passwords works perfectly and without any trouble but after
the change, the complete horde system is in an unusable state,
probably mainly related to imp, as this is the first app which returns
an error directly after the password change:
ERR: HORDE [imp] Mail server denied authentication. [pid 43110 on line
390 of "/home/www/horde/imp/lib/Imap.php"]
When i try to use kronolith, nag or any other app, this results in
another error message from imp:
ERR: HORDE [imp] Server does not support TLS connections. [pid 43090
on line 390 of "/home/www/horde/imp/lib/Imap.php"]
This error message is plain wrong, as it is simply the authentication
that fails, verified using the log of the IMAP server.
Looks like imp is still trying to connect to the IMAP server using the
old credentials and is very similar to
Bug #11766