Hello people, i configured address book in roundcube with ms active directory. Here`s my config //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// $rcmail_config['ldap_public']['domain.local'] = array( 'name' => 'DOMAIN', 'hosts' => array('domain.local'), 'port' => 3268, 'use_tls' => false, 'user_specific' => true, 'base_dn' => 'dc=domain,dc=local', 'bind_dn' => 'user@domain.local', 'bind_pass' => 'pass', 'writable' => true, 'ldap_version' => 3, 'search_fields' => array('mail', 'cn'), 'name_field' => 'cn', 'email_field' => 'mail', 'surname_field' => 'sn', 'firstname_field' => 'givenName', 'sort' => 'cn', 'scope' => 'sub', 'filter' => '(&(mail=*)(!(msExchHideFromAddressLists=TRUE)))', 'global_search' => true, 'fuzzy_search' => true);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Everything work fine if field "Full Name" contains latin characters. But, if it contains many cyrillic characters, then in the address book occurs error "the requested contact was not found"? can somebody help? P.S. Sorry for my bad english. I hope you all understand. _______________________________________________ List info: http://lists.roundcube.net/dev/