Summary | Access Fails After Password Change with LDAP auth |
Queue | Passwd |
Queue Version | 5.0.0 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | adorman (at) ironicdesign (dot) com |
Created | 08/06/2013 (4343 days ago) |
Due | |
Updated | 08/20/2013 (4329 days ago) |
Assigned | 08/06/2013 (4343 days ago) |
Resolved | 08/08/2013 (4341 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
wonder why the logout parameter is there in the first place if the
only reasonable value is *true*. But perhaps that is a reasonable
value for other settings of the authentication backend.
with Horde authentication. You can change passwords completely
unrelated to any backend Horde is using.
tested that setting I was not logged out, but the next feature I
tried, the portal in my case, generated another auth error that
required clearing the cookies before I could get back in.
continue using Horde if the password you just changed is the
authentication backend used to authenticate to Horde.
why the logout parameter is there in the first place if the only
reasonable value is *true*. But perhaps that is a reasonable value
for other settings of the authentication backend.
In any case, I would suggest this particular ticket can be resolved
and again, thank you..
Andy Dorman
State ⇒ Resolved
the subsequent login to redirect to the portal page
(/services/portal/), or whatever the default after login is, instead
of /passwd.
tested that setting I was not logged out, but the next feature I
tried, the portal in my case, generated another auth error that
required clearing the cookies before I could get back in.
continue using Horde if the password you just changed is the
authentication backend used to authenticate to Horde.
commit 0b7d2aba8ba95ae5e3c717c3ff11a464f652b6fa
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 7 23:19:07 2013 -0600
[mms] Don't redirect to current page's URL when logging out with
a custom message (
Bug #12538).framework/Core/lib/Horde/Registry.php | 2 +-
framework/Core/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/0b7d2aba8ba95ae5e3c717c3ff11a464f652b6fa
It DOES fix the case where logout => true, although I would prefer the
subsequent login to redirect to the portal page (/services/portal/),
or whatever the default after login is, instead of /passwd.
It unfortunately does not fix the case of logout => false. When I
tested that setting I was not logged out, but the next feature I
tried, the portal in my case, generated another auth error that
required clearing the cookies before I could get back in.
But I think this is real close to a fix.
State ⇒ Feedback
Assigned to Michael Slusarz
commit c68aef7033efb7b37f3d623eca66eb5692f8395e
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Aug 6 16:58:50 2013 -0600
Possible fix for
Bug #12538passwd/lib/Basic.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c68aef7033efb7b37f3d623eca66eb5692f8395e
State ⇒ Unconfirmed
New Attachment: horde_passwd_ticket_doc.txt
Patch ⇒ No
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Access Fails After Password Change with LDAP auth
Type ⇒ Bug
Priority ⇒ 2. Medium
authentication error after changing my password. With
passwd/backends.local.php $backends['ldap']['logout'] => true I am
redirected to the login page and see an error "Bind failed: Invalid
credentials". With logout => false my URL stays at /passwd/ and I see
"Mail server denied authentication". In all cases I can easily FIX
this by clearing out my cookies for this domain and reloading the
URL...then I get the proper login form.
There is no problem if I logout manually.
I could be wrong, but in the attached file with more details it looks
like the bind fails in both cases (logout => true|false) because it
tried to bind with my old password. Again, I do not know the code well
enough yet to suggest if this is a potential cause or just a symptom
of the problem.