[turba] ldap setup problem

Wilfred Kuypers byteback at xs4all.nl
Wed Jun 4 08:36:41 PDT 2003


Hi,

I'm trying to get turba to work with a global adresbook maintained by a mail
server (VPOP Enterprise). I'm using the latesting horde-stable and
turba-stable release. I know the mailserver is running and setup correctly
because with the windows adresbook I can access the global adresbook.
However with Turba I cannot get it working. When I perform a search with
Turba it always shows no results (and no error messages)

I tried all kind of settings, does anybody know what I'm doing wrong?

Wilfred

/*
 * Public vpop addressbook.
 */
$cfgSources['vpop'] = array(
    'title' => 'vpop',
    'type' => 'ldap',
    'params' => array(
        'server' => '127.0.0.1',
        'port' => 389,
        'root' => 'RootDSE',
        'dn' => array('cn'),
        'objectclass' => '*'
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail'
    ),
    'search' => array(
        'name',
        'email'
    ),
    'strict' => array('dn'),
    'public' => false,
    'readonly' => true,
    'export' => false
);




More information about the turba mailing list