[Tickets #1437] NEW: Add 'Enabled' boolean in config for LDAP and IMSP
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Feb 24 19:20:18 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1437
-----------------------------------------------------------------------
Ticket | 1437
Created By | mathias at innovativemagi.com
Summary | Add 'Enabled' boolean in config for LDAP and IMSP
Queue | Horde Framework Packages
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
mathias at innovativemagi.com (2005-02-24 19:20) wrote:
I've been running Horde 3.0.2 for a few weeks now and congratulate everyone
on the beautiful enhancements. I haven't built PHP support for LDAP or ISMP
and still use IMP 4.0, Turba 2.0, Kronolith 2.0 (and Ingo 1.0, Chora 2.0,
Gollem 1.0.. again, thanks). In order to avoid errors vis-a-vis turba, I
added 2 lines to the HORDE_HOME/config/conf.php:
$conf['ldap']['enabled'] = false;
$conf['imsp']['enabled'] = false;
I then added conditions around some of the
HORDE_HOME/turba/conf/sources.php:
if (!empty($GLOBALS['conf']['ldap']['enabled']))
Thats all that was needed for me but it seems like a nice auto-detected
configuration option for the Horde Framework configuration.
More information about the bugs
mailing list