I recently implemented the LDAP address book using anonymous login and read-only access. It seems to be working (i.e. I can click on "Address Book" and see the addresses I want to see).
However, when composing a new email, it doesn't auto-complete addresses I begin to type with those in the global address book. From some quick googling, I understand that this is supposed to be an out-of-the-box feature.
How can I enable this feature?
-Zach
On 05/01/2013 12:49, Zach wrote:
I recently implemented the LDAP address book using anonymous login and read-only access. It seems to be working (i.e. I can click on "Address Book" and see the addresses I want to see).
However, when composing a new email, it doesn't auto-complete addresses I begin to type with those in the global address book. From some quick googling, I understand that this is supposed to be an out-of-the-box feature.
How can I enable this feature?
-Zach
Edit main.inc.php config file. Look for the following:
// An ordered array of the ids of the addressbooks that should be searched // when populating address autocomplete fields server-side. ex: array('sql','Verisign'); $rcmail_config['autocomplete_addressbooks'] = array('sql');
-- Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
On 05/01/2013 03:56 PM, Arne Berglund wrote:
On 05/01/2013 12:49, Zach wrote:
I recently implemented the LDAP address book using anonymous login and read-only access. It seems to be working (i.e. I can click on "Address Book" and see the addresses I want to see).
However, when composing a new email, it doesn't auto-complete addresses I begin to type with those in the global address book. From some quick googling, I understand that this is supposed to be an out-of-the-box feature.
How can I enable this feature?
-Zach
Edit main.inc.php config file. Look for the following:
// An ordered array of the ids of the addressbooks that should be searched // when populating address autocomplete fields server-side. ex: array('sql','Verisign'); $rcmail_config['autocomplete_addressbooks'] = array('sql');
-- Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
Well that was wonderfully easy. Thank you!
-Zach
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users