[PHP-DB] LDAP_SEARCH() From: William N. Zanatta (william <email protected>)
Date: 11/13/00

Hello people...

 I'm new to both php-db and php-general newsgroups...
 Well, I've been trying to use ldap_search() without any success. I need
to specify the sizelimit of the entries returned, but I can't. If I set
the sixth parameter to 0, it should bring me ALL the entries but it
doesn't do! And if I set it to only 100 it doesn't do it to. In both
cases it bring me a warning message like this:

> Searching for ...
> Warning: LDAP: Partial search results returned: Sizelimit exceeded. in > /htdocs/templates/testes/cristiano/ldap.php on line 22
> Search result is 2
>
> Number of entires returned is 500
>
> Getting entries ...
>
> Data for 500 items returned:

Help-me please!

William N. Zanatta

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>