hi all,
i have successfully installed RC on a SLES 9
now the problem, the ldap Address Book
in the main.inc.php i have set
$rcmail_config['ldap_public']['Verisign'] = array('hosts' => array('localhost'),
'port' => 389,
'base_dn' => 'ou=people,dc=dominio,dc=com',
'search_fields' => array('Email' => 'suseMailAcceptAddress', 'Name' => 'cn'),
'name_field' => 'cn',
'mail_field' => 'suseMailAcceptAddress',
'scope' => 'sub',
'fuzzy_search' => 1);
if i go in the Address Book page of RC and i execute a query in the ldap directory i have 2 problem :
1 ) if i put a part of a name or a part of an email in the search field I obtain an empty result, only if i put the exact name or exact email i receve the corrected result ( i have tried with the "Exact match" field on and off, but i obtain the same result )
2) when i receve a result, it display only the "Display Name" field, the "E-mail" is always empty
another question, is possible ( after a query in the ldap directory ) send an email directly or it necessary copy and paste the email address?
my ldap is like this