[turba] Using an LDAP server and sources
Mike Barsalou
mbarsalou at aidea.org
Wed Jan 22 10:36:20 PST 2003
Like I said, it is definitely getting a response from the server...just not
displaying it on the web browser.
$cfgSources['aidea'] = array(
'title' => 'AIDEA Exchange Server',
'type' => 'ldap',
'params' => array(
'server' => 'servername',
'port' => 1389,
'root' => 'cn=Recipients,o=AIDEA',
'dn' => array('cn'),
'objectclass' => 'organizationalPerson'
),
'map' => array(
'__key' => 'rdn',
'name' => 'cn',
'email' => 'mail',
'alias' => 'givenname'
),
'search' => array(
'name',
'email',
'alias'
),
'public' => true,
'readonly' => true,
'export' => false
);
-----Original Message-----
From: Giannis Stoilis [mailto:giannis at stoilis.gr]
Sent: Wednesday, January 22, 2003 10:37 AM
To: Mike Barsalou
Cc: turba at lists.horde.org
Subject: RE: [turba] Using an LDAP server and sources
?????? ?????a ap? Mike Barsalou <mbarsalou at aidea.org>:
> Do you just want sources? Would you like the turba config file as well?
> What other things?
>From your sources.php, just the section with your exchange server
- giannis
More information about the turba
mailing list