[turba] LDAP Address book

Shawn Rizzoli shawnr at kaycan.com
Thu Jan 22 04:12:56 UTC 2009



-----Original Message-----
From: turba-bounces at lists.horde.org [mailto:turba-bounces at lists.horde.org] On Behalf Of Shawn Rizzoli
Sent: January-21-09 11:00 PM
To: turba at lists.horde.org
Subject: [turba] LDAP Address book


I'm having the strangest issues and any help in the right direction will be greatly appreciated. The problem I am having is I recently migrated/upgrade my qmail server and my openldap server to a new box after doing so I can no longer query the openldap server that is running a address book from turba I don't even have the drop down box now to choose it as an option to chose from. My outlook clients have no problems query the new server. I'm been playing with it for hours and I'm just going it circles.


Any help is appreciated,
Shawn

----------------------------------------------

Realized I'm missing some important information

Horde 3.1.1
Turba 2.1

localldap section for sources.php


/**
 * A local address book in an LDAP directory. This implements a public
 * (shared) address book.
 */
$cfgSources['localldap'] = array(
    'title' => 'Kaycan Directory',
    'type' => 'ldap',
    'params' => array(
        'server' => 'mail.kaycan.com',
        'port' => 389,
        'root' => 'ou=addressbook,dc=kaycan,dc=com',
        'dn' => array('cn'),
        'objectclass' => 'person',
        'filter' => ''
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',
    ),
    'search' => array(
        'name',
        'email',
    ),
    'strict' => array(
        'dn'
    ),
    'public' => true,
    'readonly' => true,
    'admin' => array(),
    'export' => true
);


More information about the turba mailing list