I installed roundcube, and set it to use the LDAP address book. But when I create/edit the contact, address information is not stored, I mean not stored fields l, st, postalCode, street. Is there any way to fix this?
Into main.inc.php the tag address_book_type contains array('ldap','sql') ?
If you trying to create a contact into ldap, it isn't possible (yet).
QuoteInto main.inc.php the tag address_book_type contains array('ldap','sql') ?
No, only 'ldap'.
QuoteIf you trying to create a contact into ldap, it isn't possible (yet).
hm...but I can create contact into ldap :)
I found the solution. I should write 'locality:work','street:work' etc. instead of 'locality', 'street'.