On Tuesday, June 16, 2015 4:10 PM, Michael J Rubinsky <[email protected]> 
wrote:

Quoting Pro Green European <[email protected]>:

> Hi.
>
> I've recently moved from passwd/shadow to LDAP (389 DS) on one of my servers.
>
> Now I have trouble with double logins, one for Horde Portal and one for IMP.
>
> horde/config/prefs.local.php
>
> $_prefs['initial_application'] = array(
> 'value' => 'imp',
>
>
> imp/config/backends.local.php
>
> <?php
> $servers['wbml.local.tld'] = array(
> 'disabled' => false,
> 'name' => 'wbml.local.tld',
> 'hostspec' => 'wbml.local.tld',
> 'hordeauth' => 'full',
> 'protocol' => 'imap',
> 'port' => 143,
> 'secure' => 'tls',
> 'maildomain' => 'local.tld',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'cache' => false,
> 'preferred' => 'true',
> );
>
>
> If I let a horde application (such as IMP) handle authentication, no  
> double login issues occur. No error messages in log files. What  
> could cause an issue like this?

My first thought is that either "Horde" and your LDAP server use  
different credentials, or maybe you didn't deactivate the default imap  
config from backends.php?


> All pear modules are latest. System is Centos7, Apache 2.4 & PHP is  
> 5.4.16-23. Selinux is in enforcing mode (no errors).
>
>
> BR,
> /PGE
> --
> imp mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: [email protected]



-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject



Hi.

Thank you for your reply. Sure enough, I forgot to disable the imap service in 
backends.php. Works now.


BR,
/PGE
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to