[Tickets #13105] Re: call of prefs_init() for non-existant user f and entries in history table with history_who == 'f'
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu May 15 21:02:24 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13105
------------------------------------------------------------------------------
Ticket | 13105
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | call of prefs_init() for non-existant user f and
| entries in history table with history_who == 'f'
Queue | Horde Base
Version | 5.1.6
Type | Bug
-State | Unconfirmed
+State | Assigned
Priority | 1. Low
Milestone |
Patch |
-Owners |
+Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2014-05-15 21:02) wrote:
For you, both of these issues are most likely from rpc access for
ActiveSync and/or CALDAV (as you mentioned in your mailing list post).
This is because we need to bootstrap the 'Horde' application before we
are fully authenticated. During this process prefs and history are
both initialized.
The History issue will also occur in current code when we are tracking
failed login attempts, since we need to initialize the history system
before we are logged in (and even before we know authentication
failed). So that is fixed with this last commit.
The prefs situation still needs to be worked on, somehow clearing the
already instantiated instance in
Horde_Registry::setAuthenticationSetting().
More information about the bugs
mailing list