[turba] Re: ldap search breaks at BODY-tag

Dan Tulovsky dant at wetsnow.com
Fri Feb 7 17:37:54 PST 2003


Is this Exchange 2000?  You have to point the LDAP to a domain controller
and you have to authenticate the session before it will let you do any
searches.

Dan

<gargarmel at gmx.net> wrote in message news:10775.1044635751 at www14.gmx.net...
hi,

i just set up turba Version: 1.1-1 (running on debian) and want it to
connect to an Exchange-Server.

but when i choose "Exchange-Server" and start search, the following site is
just blank.
looking at the source, it stops at the BODY-tag.

first i thought about a segfault but my logs look beautiful.

any ideas?
regards, gargarmel.

my source.php looks like that:

<?php
require_once '/etc/turba/sources.conf';
/*
 * Add your own sources below
 */
$cfgSources['dewrex01'] = array(
        'title' => 'Exchange-Server',
        'type' => 'ldap',
        'params' => array(
                'server' => '172.20.0.10',
                'port' => '389',
                'root' => 'cn=Users,dc=nt-domain,dc=de',
        ),
        'map' => array(
                '__key' => 'dn',
                'name' => 'cn',
                'email' => 'mail'
        ),
        'search' => array(
                'name',
                'email'
        ),
        'public' => true,
        'readonly' => true,
        'export' => false
);
?>

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


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





More information about the turba mailing list