Hi, developers.
I'm using Roundcube-0.1.1 with some plugins in product environment, and testing roundcubemail svn version.
I'm confused why we can't use both sql and ldap address book in roundcube svn version.
----<-- main.inc.php ---- // This indicates which type of address book to use. Possible choises: // 'sql' (default) and 'ldap'. // If set to 'ldap' then it will look at using the first writable LDAP // address book as the primary address book and it will not display the // SQL address book in the 'Address Book' view. $rcmail_config['address_book_type'] = 'ldap'; ----<----
If i set it to 'sql', and configured ldap address book, it will list both two in address book panel, but when i click the ldap address book, it raised database error. If i use only ldap, it works.
How can i use both address book types?
Thanks very much.
-- Zhang Huangbin
List info: http://lists.roundcube.net/dev/
On Thu, Sep 4, 2008 at 07:48, Zhang Huangbin zhbmaillistonly@gmail.com wrote:
Hi, developers.
I'm using Roundcube-0.1.1 with some plugins in product environment, and testing roundcubemail svn version.
There was an error which is now fixed in revision 1725. SQL and LDAP address books work fine for me now.
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
On Thu, Sep 4, 2008 at 07:48, Zhang Huangbin zhbmaillistonly@gmail.com wrote:
Hi, developers.
I'm using Roundcube-0.1.1 with some plugins in product environment, and testing roundcubemail svn version.
There was an error which is now fixed in revision 1725. SQL and LDAP address books work fine for me now.
Updated to lastest revision, it now works for me too. Thanks :)
List info: http://lists.roundcube.net/dev/