Henrik,
     LDAP autocomplete??? I think you are mixing
up autocomplete with the ldap addressbook
functionality we have added. We are adding
functionality to let you browse an LDAP
addressbook based on a query. Autocomplete was a
feature added by Dan Mosedale so when you type an
email address in the to: (or equivalent field) of
a new mail message, autocomplete links it with an
ldap server you specify and tries to complete the
name. 

If you read the following document on the abzilla
webpage it tells you how to create an entry to
browse an LDAP server. 

http://mozdev.org/ftp/pub/sun/SummaryPatchII.txt

Also please bare in mind that you must query the
ldap server before it will return entries to you.
Just specifying the server name isn't enough. If
you look at the above document it has an example
of an ldap entry. Use that as your template for
your own ldap server you should be able to see it
in the left hand panel of the addressbook.

Regards,
Martin

 
Henrik Gemal wrote:
> 
> I've downloaded a LDAP enabled build from:
> http://mozdev.org/ftp/pub/sun/
> 
> added the following lines to my prefs.js file:
> 
> user_pref("ldap_2.servers.myldap.description", "myldap");
> user_pref("ldap_2.servers.myldap.dirType", 777);
> user_pref("ldap_2.servers.myldap.filename", "myldap.mab");
> user_pref("ldap_2.servers.myldap.replication.lastChangeNumber", 0);
> user_pref("ldap_2.servers.myldap.uri",
> "abldapdirectory://tarkin.int.tele.dk");
> 
> and where will I see LDAP autocomplete? In the compose window? In the
> address book?
> 
> Help....
> 
> Henrik Gemal, [EMAIL PROTECTED]

Reply via email to