On 11/23/2012 01:18 AM, Anthony Callegaro wrote:
On 20/11/12 17:29, Marc Patermann wrote:
"pref(„sogo-integrator.autocomplete ..." is what you want.

Weird I can't get it to work with ours. The name of the LDAP addressbook
contain a space "PS Users". I tried several variations : "PS Users",
"PSUsers", "psusers", "ldap_2.servers.PSUsers" without any success. I
even try to set "ldap_2.autoComplete.directoryServer" directly.

Is there anything obviously wrong I am doing or is it just that bloody
space in the name ?


Just in case this helps, this is what I have (originally made with TB):

user_pref("ldap_2.autoComplete.directoryServer", "ldap_2.servers.EmailAddresses");
user_pref("ldap_2.servers.EmailAddresses.auth.dn", "");
user_pref("ldap_2.servers.EmailAddresses.auth.saslmech", "");
user_pref("ldap_2.servers.EmailAddresses.description", "Email Addresses");
user_pref("ldap_2.servers.EmailAddresses.filename", "emailAddresses.mab");
user_pref("ldap_2.servers.EmailAddresses.maxHits", 100);
user_pref("ldap_2.servers.EmailAddresses.uri", "ldap://directory/dc=example,dc=com??sub?(mail=*)");

As you can see there is a space in my description as well. So I'm guessing you need to find the "id" of the entry.

Simon

--
htholidays.com

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to