[turba] LDAP query problem

Andrew Morgan morgan at orst.edu
Tue Mar 18 14:30:30 PST 2003



On Tue, 18 Mar 2003, Jason Keltz wrote:

> 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',

You don't define objectclass here, like:

        'objectclass' => 'person',

This is required in Turba 1.2 now.  If you want to get everyone back, use:

        'objectclass' => '*',


	Andy



More information about the turba mailing list