I had the same problem even after purge/reinstall of 2.0.0.0-4. I noticed that omitting the pre-2.0 prefs.js made the address book work. I blew away the following prefs (wild guess: all the ldap_2.* prefs); now the abook and everything else appears to work correctly:

user_pref("ldap_2.prefs_migrated", true);
user_pref("ldap_2.servers.default.filename", "default.mab");
user_pref("ldap_2.servers.default.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.default.uri", "moz-abldapdirectory://default.mab");
user_pref("ldap_2.servers.history.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.history.uri", "moz-abldapdirectory://history.mab");
user_pref("ldap_2.servers.pab.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.pab.uri", "moz-abldapdirectory://abook.mab");


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to