Author Topic: Ldap Address Book  (Read 8251 times)

Offline Blade McKain

  • Newbie
  • *
  • Posts: 2
Ldap Address Book
« on: November 27, 2006, 11:49:18 AM »
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

Code: [Select]

$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?

Offline Blade McKain

  • Newbie
  • *
  • Posts: 2
Re: Ldap Address Book
« Reply #1 on: November 27, 2006, 11:52:53 AM »
my ldap is like this