Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: FuckToReal on October 10, 2012, 09:04:22 PM

Title: [SOLVED] LDAP addressbook
Post by: FuckToReal on October 10, 2012, 09:04:22 PM
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?
Title: Re: LDAP addressbook
Post by: rgtobr on October 19, 2012, 11:08:59 AM
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).
Title: Re: LDAP addressbook
Post by: FuckToReal on October 21, 2012, 08:56:17 PM
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 :)
Title: Re: LDAP addressbook
Post by: FuckToReal on November 06, 2012, 03:03:13 AM
I found the solution. I should write 'locality:work','street:work' etc. instead of 'locality', 'street'.