[horde] ingo: Authentication failed

Oliver Lehmann lehmann at ans-netz.de
Thu Jan 17 13:07:52 UTC 2013


Oliver Lehmann <lehmann at ans-netz.de> wrote:

> I found out, that in ingo/lib/Transport/Timsieved.php, $auth and
> $this->_params['euser'] both are without my domain.

I fixed it by defining a transport_auth hook:


     public function transport_auth($driver)
     {
         switch ($driver) {

         case 'timsieved':
             return array(
                 'username' => $GLOBALS['registry']->getAuth(null),
                 'euser' => $GLOBALS['registry']->getAuth(null)
             );
         }
     }


I hope this is the propper way to do.






More information about the horde mailing list