[Mono-devel-list] Bugs on System.DirectoryServices
Boris Kirzner
borisk at mainsoft.com
Tue Mar 15 09:14:13 EST 2005
Hello all
Sorry for sending bugs to the devlist, but Bugzilla does not offer an
option to open bug on DirectoryServices.
If somebody can add this component to Bugzilla, I'll just open this bug
as usual.
Description of Problem:
DirectorySearcher.FindAll does not uses SizeLimit property to narrow
search results
Steps to reproduce the problem:
1. Configure OpenLDAP server with the diff attached
2. Run the attached nunit sample
Actual Results:
Results contains 12 entries
Expected Results:
Results contains 3 entries
How often does this happen?
Always
Additional Information:
After changing FindAll to use SizeLimit to narrow search, the exception
is thrown. Reason : ldap server returns message with error code
LDAP_SIZELIMIT_EXCEEDED, this is ok, but the implementation throws an
exception.
Boris
--
Boris Kirzner
Mainsoft Corporation
http://www.mainsoft.com
More information about the Mono-devel-list
mailing list