[imp] Trouble with double logins.
Pro Green European
pro_green_european at yahoo.com
Thu Jun 18 07:21:24 UTC 2015
On Tuesday, June 16, 2015 4:10 PM, Michael J Rubinsky <mrubinsk at horde.org> wrote:
Quoting Pro Green European <pro_green_european at yahoo.com>:
> 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: imp-unsubscribe at lists.horde.org
--
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
More information about the imp
mailing list