[turba] ldap search breaks at BODY-tag
gargarmel at gmx.net
gargarmel at gmx.net
Fri Feb 7 17:35:51 PST 2003
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!
More information about the turba
mailing list