[turba] Ldap problems: solution

Mike Barsalou mbarsalou at aidea.org
Fri Jan 24 15:56:52 PST 2003


OK.....maybe someone can tell me why it is working now...but here is the
final entry for my turba/config/sources.php

$cfgSources['aidea'] = array(
    'title' => 'AIDEA Exchange Server',
    'type' => 'ldap',
    'params' => array(
        'server' => 'server3.aidea.org',
        'port' => 1389,
        'root' => 'cn=Recipients,ou=domain,o=AIDEA',
        'objectclass' => 'organizationalPerson'
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',
        'alias' => 'rdn'
    ),
    'search' => array(
        'name',
        'email',
        'alias'
    ),

    'public' => true,
    'readonly' => true,
    'export' => false
);


The important piece seemed to be the map entry '__key' and setting it to dn.
Can someone share why that is important to this lowly ex-Exchange
administrator?

Mike


More information about the turba mailing list