Fixed search scope in DirectorySearcher DoSearch method.
[mono.git] / mcs / class / System.DirectoryServices / ChangeLog
index c81ec3541272daf5431b876a9d79b50df7e3dbec..ce60b2abc71cc94810479a43ecfb2e1a0ec63be7 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-14  Anil Bhatia  <banil@novell.com>
+       * Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
+       as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
+       _SearchScope.
+
 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Makefile: Activate unit tests.