New install SME 8.0beta6
downloaded roundcube rpm and smeserver-roundcube from SME7 contribs folder and installed locally no problem.
Roundcube works, but want to get it to use LDAP. Put the following in my /opt/roundcube/config/main.inc.php.dist
$rcmail_config['ldap_public']['Local_LDAP'] = array('hosts' => array('192.168.2.10'),
'port' => 389,
'base_dn' => 'dc=mycompany,dc=co,dc=nz',
'search_fields' => array('Email' => 'mail', 'Name' => 'cn'),
'name_field' => 'cn',
'mail_field' => 'mail',
'scope' => 'sub',
'fuzzy_search' => 1);
But when I go to address book, the LDAP button is dead (greyed out) and I can't search the local address directory. I can access the LDAP via thunderbird, so i know that's working.
Have rebooted to be sure.