[horde] How to pass "Horde LDAP Auth Credentials" to "IMP" ?

Michael Biebl michael at biebl.dnsalias.org
Wed Apr 23 13:06:26 PDT 2003


Markus Binder wrote:
> Hi,
> currently I try to set up Horde using Ldap Authentication. -> Works fine.
> Now my question is, is there a way how to pass the authenticated Horde Login
> Credentials to IMP, so users do not have to login again to imp.
> We're using Horde CVS HEAD.
> 
> Horde and the IMAP (Cyrus) as backend of IMP all use LDAP Authentication with
> the same "basedn". -> Works fine.
> So the only Problem is to pass authentication from Horde to IMP.
> 
> Any ideas or probably hooks ?
> 
> 
> Kindest regards,
> 
> Markus Binder
>

Hi Markus,

add these lines to your registry.php file in your horde/config directory:

$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

This works for me.

Regards,
Michael




More information about the horde mailing list