[turba] LDAP in Exchange 5.5

Jari Kallonen jari.kallonen at motoman.fi
Thu Dec 18 03:42:10 PST 2003


Lainaus Jari Kallonen <jari.kallonen at motoman.fi>:

> 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>
> 
> -- 
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe at lists.horde.org
> 

Hi me :-)

How stupid of me, I have to answer to myself. I got it working just by adding
'ou=MOTOMAN' (site name of exchange server) and 'o=MOTOMAN ROBOTIT OY'
(directory name of exchange server) to 'root' parameter.

Thanks anyway :-)


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


More information about the turba mailing list