IMP Contact List in LDAP: impaddr
Alf Jiwa
ajiwa@softsett.com
Tue, 28 Aug 2001 16:56:50 -0700
I'm trying to move users' personal contact lists from one server to another.
ldapsearch -b "data=imp,uid=user,dc=domain,dc=com" objectclass=* -L
I was expecting to see a bunch of impaddr attributes with values in the form
of address|nickname|fullname
My default.php3 file shows:
$default->db_address_table = "impaddr";
But I can find no impaddr attribute when I perform with ldapsearch above.
IMP seems to be able to find them, because it displays the addresses as
entered. Why can't I?
Any ideas?
Alf Jiwa
ajiwa@softsett.com