--- lib/LDAP/Koha.pm 2009/04/17 23:16:00 48 +++ lib/LDAP/Koha.pm 2009/04/29 08:48:16 49 @@ -25,7 +25,7 @@ our $user = 'unconfigured-user'; our $passwd = 'unconfigured-password'; -our $max_results = 1500; # 100; # FIXME +our $max_results = 3000; # FIXME must be enough for all users our $objectclass = 'HrEduPerson'; @@ -177,12 +177,12 @@ } } - $sql_where .= ' ' . join( " $filter ", @limits ); - } else { __ldap_search_to_sql( $filter, $reqData->{'filter'}->{$filter} ); } + $sql_where .= ' ' . join( " $filter ", @limits ); + } if ( $sql_where ) {