Hi , I am trying to configure roundcube to query the address book directly in AD. my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array( 'name' => 'Intra', 'hosts' => array('ip domain controler'), 'port' => 3268, 'base_dn' => 'DC=dominio,DC=com', 'bind_dn' => 'user@dominio.com', 'bind_pass' => '12345', 'search_fields' => array('mail', 'cn'), 'name_field' => 'cn', 'email_field' => 'mail', 'surname_field' => 'sn', 'firstname_field' => 'givenName', 'scope' => 'sub', 'filter' => '(mail=*)', 'fuzzy_search' => true
);
mas quando tento consultar os catalogo de endereços pelo roundcube retorna o seguinte erro : erro interno do servidor
somebody have ideia about this ?
Bely Silva Junior
List info: http://lists.roundcube.net/users/