[turba] Exchange 5.5
Alexandre Leme Checchia (SPO-INF)
aleleme at cce.com.br
Thu Apr 24 18:11:20 PDT 2003
Someone could send me a example of configuration to access LDAP in Exchange
5.5.
I Tried this one but receive empty result.
$cfgSources['exchange'] = array(
'title' => 'Exchange Server',
'type' => 'ldap',
'params' => array(
'server' => '147.0.0.12',
'port' => 389,
'root' => 'cn=Recipients, ou=DOMAIN, o=CCESPO',
'filter' => ''
),
'map' => array(
'__key' => 'dn',
'name' => 'cn',
'email' => 'mail',
'alias' => 'givenname'
),
'search' => array(
'name',
'email',
'alias'
),
'public' => true,
'readonly' => true,
'export' => false
);
Tks.
Alexandre
More information about the turba
mailing list