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

Re: ldap_search_st weirdness



At 07:53 PM 12/28/98 -0800, Dustin Sallings wrote:
>	Is there a reason that ldap_search_st would return 12 records
>every time when the ldapsearch commandline tool returns 53 (correct) every
>time?

I suspect you are using OpenLDAP 1.1.x which support initialization of
LDAP session parameters (including SIZELIMIT) via ldap.conf(5).  For
more information, see:
	http://www.openldap.org/software/man.cgi?query=ldap.conf

> Is this a bug, or am I doing something stupid?

Actually, ldapsearch command has the bug.  It should have returned
only 12 entries as well.  This will be fixed in OpenLDAP 1.1.2.

Kurt