--- kernel/classes/datatypes/ezuser/ezldapuser-original.php	2010-04-27 11:48:08.000000000 +0200
+++ kernel/classes/datatypes/ezuser/ezldapuser.php	2010-04-27 11:52:26.000000000 +0200
@@ -1194,7 +1194,8 @@
                     $parentNode = eZContentObjectTreeNode::fetch( $parentNodeID );
                     if ( is_object( $parentNode ) )
                     {
-                        $params = array( 'AttributeFilter' => array( array( 'name', '=', $currentName ) ) );
+                        $params = array( 'AttributeFilter' => array( array( 'name', '=', $currentName ) ),
+                                         'Limitation' => array() );
                         $nodes = eZContentObjectTreeNode::subTreeByNodeID( $params, $parentNodeID );
 
                         if ( is_array( $nodes ) and count( $nodes ) > 0 and !$isUser )
