[turba] AD Ldap issue

Terry Poperszky Terry.Poperszky at SOSStaffing.Com
Wed May 31 07:07:16 PDT 2006


Let's try asking this a different way. 

Does anyone have Turba working with a MS 2003 AD Ldap server?


Terry Poperszky

-----Original Message-----
From: turba-bounces at lists.horde.org
[mailto:turba-bounces at lists.horde.org] On Behalf Of Terry Poperszky
Sent: Tuesday, May 30, 2006 10:22 AM
To: turba at lists.horde.org
Subject: [turba] AD Ldap issue

We are switching from a Exchange 5.5 Ldap server to 2003 AD Ldap, and I
have run into a wall with Turba (// $Horde: turba/config/conf.xml,v
1.5). I have changed the relevant area in the sources.php, but when ever
I try and check the address book the turba simply hangs and never comes
back with a response.

Can someone point me in the proper direction?
-- 
Terry Poperszky
Network Manager
SOS Staffing Services
801-257-5709



$cfgSources['SOS Staffing'] = array(
    'title' => 'SOS Global Address Book',
    'type' => 'ldap',
    'params' => array(
        'server' => 'ldap.hcwan.net',
        'port' => 389,
        'root' => 'dc=hcwan,dc=net'
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',
    ),
    'search' => array(
        'name',
        'email',
    ),
    'strict' => array(
        'dn'
    ),
    'public' => true,
    'readonly' => true,
    'export' => false
);
-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe at lists.horde.org



More information about the turba mailing list