[turba] Re: Turba and Exchange 2000 help

John Selph selphj at hotmail.com
Thu Dec 19 10:33:20 PST 2002


I've been trying to get it to work myself, but it never returns any results.
Here's my config for it though, it may help. I know that Exchange 2000 uses
port 3268 for LDAP queries instead of the default, and you must supply a
login. I am not sure why it's not working for me though.

$cfgSources['exchangeldap'] = array(
    'title' => 'Exchange Listings',
    'type' => 'ldap',
    'params' => array(
        'server' => 'ADCserver',
        'port' => 3268,
        'bind_dn' => 'cn=test,cn=Users,dc=obu,dc=edu',
        'bind_password' => '',
        'root' => 'dc=obu,dc=edu',
        'filter' => ''
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail'
    ),
    'search' => array(
        'name',
        'email'
    ),
    'public' => true,
    'readonly' => false,
    'export' => true

);


"taz" <taz@weldre5j.k12.co.us> wrote in message
news:00ee01c2a52c$ce457e00$050e1fac@weldre5j.k12.co.us...
I am running horde, turba and imp on Red Hat 7.3 and was wondering
if anyone has it working with a shared address book on Exchange 2000?
I only want this to be a read-only address book.  If anyone has done this
and
has an example.  Could you please email it to me.

Thanks,
Travis

P.S. I don't like Exchange, but don't have a choice right now!!


--
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe@lists.horde.org






More information about the turba mailing list