Roundcube Community Forum

 

[SOLVED] LDAP addressbook

Started by FuckToReal, October 10, 2012, 09:04:22 PM

Previous topic - Next topic

FuckToReal

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?

rgtobr

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).

FuckToReal

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 :)

FuckToReal

#3
I found the solution. I should write 'locality:work','street:work' etc. instead of 'locality', 'street'.