GNOME Bugzilla – Bug 577881
The settings migration to 3.2 do not work for the LDAP white pages
Last modified: 2009-04-28 16:58:44 UTC
Hello, When upgrading to 3.2 with and older 3.0 version, the settings for the whites pages are still: ldap://ekiga.net:389 dc=ekiga,dc=net Search Scope = subtree Display Name attribute = cn Call attributes = telephonenumber Those settings simply do not match the new LDAP backend, resulting in always "0 result" no matter what you search, without an error message. Work around: create a new address book for the white pages using the menu in the address book window. This one will have correct settings.
I reproduced the problem by setting my ldap server list to the following : $ gconftool-2 --get /apps/ekiga/contacts/ldap_servers <?xml version="1.0"?> <list><server><name>Annuaire Ekiga.net</name><hostname>ekiga.net</hostname><port>389</port><base>dc=ekiga,dc=net</base><scope>sub</scope><call_attribute>telephoneNumber</call_attribute><password></password></server></list> This will help me fix the problem.
Committed to master and gnome-2-26.