[imp] Re: Re: Exchange

Enterprise enterprise@lanenterprise.it
Tue, 17 Sep 2002 12:53:24 +0200


I'm here another time, excuse me Joost.

I've tried many configuration but nothing to do, the only thing that i can
view via LDAP is a list of the user group of windows 2000 server like this :

Risultati della Ricerca  Azzera Ricerca
Nome
1
Batch
Enterprise Domain Controllers
Dialup
Everyone
Creator Group
Interactive
Anonymous Logon
Network
Creator Owner
Elenco indirizzi globale predefinito
Proxy
Restricted
Self
Service
System
Terminal Server User
Authenticated Users

the configuration I'm using is this :

$cfgSources['localldap'] = array(
    'title' => 'Shared Directory',
    'type' => 'ldap',
    'params' => array(
        'server' => '11.22.33.44',
        'port' => 389,
        'root' => 'dc=lanenterprise,dc=it',
        'bind_dn' => 'cn=admin,ou=users,dc=lanenterprise,dc=it',
        'bind_password' => '',
        'dn' => array('cn'),
        'objectclass' => 'person',
        'version' => 3
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',

        'homePhone' => 'telephonenumber',
        'workPhone' => 'workphonenumber',
        'cellPhone' => 'cellphonenumber',
        'homeAddress' => 'homeaddress'
    ),
    'search' => array(
        'name',
        'email',
        'homePhone',
        'workPhone',
        'cellPhone',
        'homeAddress'
    ),
    'strict' => array(
        'dn'
    ),
    'public' => true,
    'readonly' => false,
    'admin' => array(),
    'export' => true
);

You have any ideas?

Thanks, Pierpaolo Sciuca
"Joost De Cock" <joost.decock@astrid.be> ha scritto nel messaggio
news:6CD5E1EAFC1E4443861D000F8C0CCCD703851A@SRV002.office.astrid.be...
> Here is what it looks like in my /path_to_horde/turba/config/sources.php
> file:
>
>
> $cfgSources['exchange'] = array(
>     'title' => 'Astrid mail server',
>     'type' => 'ldap',
>     'params' => array(
>         'server' => '111.222.333.444',
>         'port' => 389,
>         'root' => 'cn=Recipients, ou=ASTRID, o=ASTRID.BE',
>         'filter' => ''
>     ),
>     'map' => array(
>         '__key' => 'dn',
>         'name' => 'cn',
>         'email' => 'mail',
>         'alias' => 'givenname'
>     ),
>     'search' => array(
>         'name',
>         'email',
>         'alias'
>     ),
>     'public' => true,
>     'readonly' => true,
>     'export' => false
> );
>
>
> As you can see, I called it exchange in the array, but the users will see
> 'Astrid mail server' as the name.
> Change 111.222.333.444 with your ip address (I obviously changed this to
> cover my ass)
> You chould change the OU (Organisational Unit) and O (Organisation) to
what
> works for you (if you're not sure, open your the exchange administrator
> software, it displays the OU and O)
> A setup like this let's you search by name, email address and alias.
>
>
> Goog luck!
>
> Joost
>
> -----Original Message-----
> From: Enterprise [mailto:enterprise@lanenterprise.it]
> Sent: maandag 16 september 2002 9:21
> To: imp@lists.horde.org
> Subject: [imp] Re: Exchange
>
>
> Many thanks for the reply and excuse me for the bad english!
>
> I've tried to setup the LDAP in IMP but I always receive a connection
error.
> Do you know what parameter I must give to IMP to connect to Exchange LDAP?
> (DC, OU, ?????)
>
>  Thanks, Pierpaolo Sciuca
>
> ----- Original Message -----
> From: "Chuck Hagenbuch" <chuck@horde.org>
> Sent: Friday, September 13, 2002 8:12 PM
> Subject: Re: Exchange
>
>
> > Quoting Enterprise <enterprise@lanenterprise.it>:
> >
> > > Someone know if it's possible to use the global address list of an
> > > Exchange 2000 Server in Turba ?
> >
> > Yes; you just need to set up exchange to allow access via LDAP.
> >
> > -chuck
> >
> > --
> > Charles Hagenbuch, <chuck@horde.org>
> > "After a few minutes the most aromatic and nice smelling Italian coffee
> >  will come out of the exhaustpipe." - Our stove-top espresso pot
> >
> > --
> > IMP mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
>
>
>
>
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>
>
> **********************************************************************
> The information in this mail is confidential and is intended solely
> for the addressee(s).
> Access to this email by anyone else is unauthorised. If you are not
> an intended recipient, you must not read, use or disseminate the
> information contained in the email.
> **********************************************************************
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>