[imp] exchange address book

Andrew Morgan morgan at orst.edu
Thu Dec 18 08:40:23 PST 2003



On Thu, 18 Dec 2003, Jari Kallonen wrote:

> Hi Andy,
>
> I installed Turba 1.2.1 and configured Exchange LDAP, but I wasn't able to get
> anything out of exchange address book (no error while connecting to exchange,
> that's good thing, right?). I think the problem exist in
> ./turba/config/sources.php? Can you tell me what is wrong?? I have also
> configured MySQL, which holds 'my addressbook' entries and that works...
>
> sources.php:
>
> ..
> $cfgSources['motoman'] = array(
>   'title' => 'Motoman Robotics Finland Oy',
>   'type' => 'ldap',
>   'params' => array(
>      'server' => 'motoman.motoman.fi',
>      'port' => 389,
>      'root' => ''
>      ),
>   'map' => array(
>      '__key' => 'dn',
>      'name' => 'cn',
>      'email' => 'mail'
>      ),
> ..
>
> I'm very unsure about this 'root' parameter what should it be???
> Existing entries (netcenter and verisign) won't either return anything except
> table header when I try to search.

'root' should be the base dn of your directory.  I don't really know what
the correct value is for Exchange, or if it even requires one.  I don't
have a working config for Exchange 5.5 because we upgraded to Exchange
2000 several years ago.  Perhaps someone else on this list can help?

	Andy



More information about the imp mailing list