[turba] LDAP in Exchange 5.5

Jari Kallonen jari.kallonen at motoman.fi
Thu Dec 18 03:24:51 PST 2003


Hi,

I have Turba 1.2.1, Imp-3.2.2 and Horde-2.2.1 on RH9.0

I'm trying to get addressbook from exchange 5.5. When I try to find something,
it just gives me empty table with a header line. I think the problem resides in
sources.php 'root' line. I know this is actually exchange question, but can
somebody tell me what information should I supply in that 'root' line and where
do I find those pieces of information in exchange server??

sources.php:

.
$cfgSources['motoman'] = array(
  'title' => 'Motoman Robotics Finland Oy',
  'type' => 'ldap',
  'params' => array(
     'server' => 'motoman.motoman.fi',
     'port' => 389,
     'root' => 'cn=Recipients'
     ),
  'map' => array(
     '__key' => 'dn',
     'name' => 'cn',
     'email' => 'mail'
     ),
.


Thanks,
Jari Kallonen
Motoman Robotics Finland Oy
<http://www.motoman.fi>


More information about the turba mailing list