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? 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]
