[turba] LDAP query problem

Jason Keltz jas at cs.yorku.ca
Tue Mar 18 19:12:11 PST 2003


Hi Andrew,

Thanks for your message.  Unfortunately this doesn't work either.  I tried
before writing the first time (but forgot to mention) the following:

'objectclass' => 'yorkPerson'

.. which is really what it should be, and then tried as well "*" with no
result. :(

Jason.

On Tue, 18 Mar 2003, Andrew Morgan wrote:

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