On Fri, Sep 19, 2008 at 15:26, eculp <[EMAIL PROTECTED]> wrote:
> Quoting Robin Polak <[EMAIL PROTECTED]>:
>
> I have several LDAP sources defined in Turba, which are able to be
>> searched
>> via the Turba search interface. However, when I click on Address Book from
>> within a Compose window through IMP I am able to see all the sources
>> although I am unable to search the LDAP sources while I am able to search
>> the SQL based Personal Addressbook. Does anyone have any idea where I can
>> look to troubleshoot this problem?
>>
>>
> What do you have in your address book prefs such as:
> $_prefs['search_sources']
> $_prefs['search_fields']
> $_prefs['add_source']
>
> good luck,
>
> ed
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [EMAIL PROTECTED]
>
$_prefs['search_sources'] = array(
'value' => "",
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['search_fields'] = array(
'value' => "",
'locked' => false,
'shared' => false,
'type' => 'implicit');
$_prefs['add_source'] = array(
'value' => '',
// 'value' => 'localsql',
'locked' => false,
'shared' => true,
'type' => 'implicit'
);
--
Robin Polak
E-Mail: [EMAIL PROTECTED]
V. 917-494-2080
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]