FW: [horde] Can Turba display Contacts from Exchange?

Chip Bell cbell at msbv.com
Fri May 7 12:20:02 PDT 2004


I'm using the administrator account here, just so you have a grip on the
"dn" stuff.

$cfgSources['ldap'] = array(
    'title' => '*****',
    'type'  => 'ldap',
    'params' => array(
	'server' => '192.168.168.2',
	'encoding' => 'utf8',
	'port' => '3268',
	'root' => 'cn=Users,DC=sbs,DC=local',
	'bind_dn' => 'cn=administrator,cn=users,dc=sbs,dc=local',
	'bind_password' => '*****',
	'version' => 3,
	'objectclass' => 'person',
	),

	'map' => array(
	'__key' => 'dn',
	'name' => 'cn',
	'email' => 'mail',
	'alias' => 'givenname',
	),
	
	'search' => array(
	'name',
	'email',
	'alias'
	),
	'public' => true,
	'readonly' => true,
	'export' => false

-----Original Message-----
From: Jody Cleveland [mailto:Cleveland at winnefox.org] 
Sent: Friday, May 07, 2004 3:10 PM
To: Chip Bell
Subject: RE: [horde] Can Turba display Contacts from Exchange?

Thanks! 

> -----Original Message-----
> From: Chip Bell [mailto:cbell at msbv.com] 
> Sent: Friday, May 07, 2004 2:08 PM
> To: Jody Cleveland
> Subject: RE: [horde] Can Turba display Contacts from Exchange?
> 
> LOL, I JUST finished working on this as we speak...I'll get 
> you a config.
> 
> -----Original Message-----
> From: Jody Cleveland [mailto:Cleveland at winnefox.org]
> Sent: Friday, May 07, 2004 3:05 PM
> To: horde at lists.horde.org
> Subject: [horde] Can Turba display Contacts from Exchange?
> 
> Hello,
> 
> I've got the latest Horde running with Imp and Turba. I 
> noticed in the sources.php file for Turba, there is a section 
> for a personal address book that uses ldap. So, I set it up 
> using the same info that I used to connect to the Global 
> Address List from Exchange. What settings do I need in there 
> to be able to see my personal Contacts from Exchange?
> 
> --
> Jody Cleveland
> Computer Support Specialist
> cleveland at winnefox.org
> --
> Horde mailing list - Join the hunt: 
> http://horde.org/bounties/#horde Frequently Asked Questions: 
> http://horde.org/faq/ To unsubscribe, mail: 
> horde-unsubscribe at lists.horde.org
> 



More information about the horde mailing list