[Tickets #6749] Re: Realm and syncing
    bugs at horde.org 
    bugs at horde.org
       
    Tue Jun  3 10:05:50 UTC 2008
    
    
  
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6749
-----------------------------------------------------------------------
 Ticket             | 6749
 Updated By         | Jan Schneider <jan at horde.org>
 Summary            | Realm and syncing
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Assigned
 Priority           | 1. Low
 Milestone          |
 Patch              |
 Owners             | Michael Slusarz
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2008-06-03 06:05) wrote:
This is not really related to synching. The code that triggers this
behavior looks basically like:
$auth = &Auth::singleton($GLOBALS['conf']['auth']['driver']);
$auth->authenticate($username, array('password' => $pwd));
If you use IMP authentication and configured IMP to use realms for the
preferred server, the realms are not attached. This has something to do
with the order in which the IMP session is being setup, servers.php is
loaded, and the different authenticate() and _authenticate() methods in
Auth::, Auth_application::, and Auth_imp:: are being called. This is where
I got lost.
    
    
More information about the bugs
mailing list