[turba] LDAP query problem
Jason Keltz
jas at cs.yorku.ca
Tue Mar 18 16:27:12 PST 2003
Hi.
I've recently installed for testing: horde-2.2.1, imp-3.2.1, and turba-1.2
I was previously running: horde-2.1, IMP-3.1, turba-1.1
I'm having a problem with an LDAP query through Turba that worked in 1.1,
but returns nothing in 1.2:
In sources.php I have:
$cfgSources['yorku'] = array(
'title' => 'York Atlas',
'type' => 'ldap',
'params' => array(
'server' => 'yorkatlas.yorku.ca',
'port' => 389,
'root' => 'ou=york atlas,o=york university,c=ca',
),
'map' => array(
'__key' => 'dn',
'name' => 'cn',
'email' => 'mail',
'alias' => 'sn'
),
'search' => array(
'name',
'email',
'alias'
),
'strict' => array(
'dn'
),
'public' => true,
'readonly' => true,
'export' => false
);
---
Can you think of any reason why this would now return nothing with Turba 1.2?
Thanks for any information that you can provide ...
Jason Keltz
jas at cs.yorku.ca
More information about the turba
mailing list