[Tickets #10617] Re: INGO Auth Generation Incorrect

bugs at horde.org bugs at horde.org
Tue Nov 6 17:25:31 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10617
------------------------------------------------------------------------------
  Ticket             | 10617
  Updated By         | software-horde at interfasys.ch
  Summary            | INGO Auth Generation Incorrect
  Queue              | Ingo
  Version            | 2.0.5
  Type               | Bug
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


software-horde at interfasys.ch (2012-11-06 17:25) wrote:

Here is the hook for Horde 5 that needs to be added in horde/ingo/config
     public function transport_auth($driver)
     {
         switch ($driver) {
         case 'timsieved':
             return array(
                 'username' => $GLOBALS['registry']->getAuth(null),
                 'euser' => $GLOBALS['registry']->getAuth(null)
             );

         }

         // DEFAULT: Use hordeauth (identical to not defining hook at all).
         return true;
     }







More information about the bugs mailing list