[Date Prev][Date Next] [Chronological] [Thread] [Top]

openldap libraries & filters



Hi,

Excuse me if this question is not appropriate here, please direct me
to the right place.

I use openldap release 2.3 and have a problem when doing an
ldap_search_s call with a filter.

I constructed a filter like (|(cn=xxxx)(cn=yyyy)......(cn=zzzz)) ...
which works fine ... BUT it only works up to a certain number of
(cn=xxxx) filter sections. I haven't found out the exact number but
when I have > 1000 sections the ldap library gives me an "internal
error" code. (it works for 750 elements which is sofar the biggest
number I got to work)

Is there some limit on how many results  can be returned  (and parsed
into memory) and if so how can I enlarge that?

Thanks,

Lew