Summary | Inconsistent authentication behaviour of XML/RPC |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | meyer (at) mesw (dot) de |
Created | 02/27/2007 (6784 days ago) |
Due | |
Updated | 03/16/2007 (6767 days ago) |
Assigned | 02/27/2007 (6784 days ago) |
Resolved | 03/16/2007 (6767 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
sense when using IMP login I think (otherwise, you won't be able to
log in via the email address at all, right?).
like? Anyway, if your system to allows logging in both, with and
without the domain part of the username, Horde will break. Use a hook
to normalize your user names when logging in.
via the web interface with short names ("joe.user"). All calendars are
correctly shown. Of course, the described behaviour only makes sense
when using IMP login I think (otherwise, you won't be able to log in
via the email address at all, right?).
State ⇒ Feedback
Horde, so this should happen with the main interface too.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Incosistent authentication behaviour of XML/RPC
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
email address of the user to authenticate.
However, when one accidentially only gives the login name (say,
"joe.user" instead of "joe.user@my-server.com"), authentication still
succeeds but behaviour is incosistent. E.g., in the example
http://wiki.horde.org/XmlRpcPythonHowTo an incorrect list of calendars
is returned and retrieving any calendar fails with an "access denied"
message.
To resolve this, either specifying only the login name should fail
completely or the behaviour of both login methods should be consistent.