[commits] Horde branch master updated. a95f8a4259ceaae0b421894062c28df7c17bd167

Michael M Slusarz slusarz at horde.org
Tue Jun 7 05:29:22 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: fa029c0da310911cfdfc96e3320c4470d06871a1

a95f8a4 Bug #10027: Correct fix for resetting user during a script call

-----------------------------------------------------------------------

commit a95f8a4259ceaae0b421894062c28df7c17bd167
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jun 6 23:24:41 2011 -0600

    Bug #10027: Correct fix for resetting user during a script call
    
    If authenticated, The application Auth driver needs to pass the *Horde*
    userId to the Registry::setAuth() call, instead of any userId that may have
    been set in an application, or else the previous change made in this
    ticker will cause the if ($this->getAuth() == $authId) check to fail and
    the session will be recreated.
    
    For apps that may have a different authentication userId than the Horde
    ID (e.g. IMP), this app-specific userId is obtainable via
    getAppCredential('userId').  But the Horde user ID should never change
    during the session.

 framework/Core/lib/Horde/Core/Auth/Application.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/a95f8a4259ceaae0b421894062c28df7c17bd167




More information about the commits mailing list