[Tickets #10448] Re: Preauth hook and authusername hook are not used

bugs at horde.org bugs at horde.org
Fri Dec 14 22:00:35 UTC 2012


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

Ticket URL: http://bugs.horde.org/ticket/10448
------------------------------------------------------------------------------
  Ticket             | 10448
  Updated By         | aba at sundown.cz
  Summary            | Preauth hook and authusername hook are not used
  Queue              | Ingo
  Version            | Git master
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


aba at sundown.cz (2012-12-14 22:00) wrote:

>> this is my hooks.php
>>
>> class Ingo_Hooks
>> {
>>     public function transport_auth($driver)
>>     {
>>             $ob = $GLOBALS['registry']->call('mail/imapOb');
>>             return array(
>>                 'username' => $ob->getParam('username'),
>>                 'password' => $ob->getParam('password')
>>             );
>>
>>     }
>> }
>
> Try to add:
>
> 'euser' => $ob->getParam('username')
>
> to the array.
>
> with regards
>
> Jonathan


thank you Jonathan, next time I must read more carefully, euser for  
sieve is mentioned in this file

Petr





More information about the bugs mailing list