in reply to Re: ldap query only returning 1k lines
in thread ldap query only returning 1k lines
I see you are set to 100. If I set mine to 100, I only get 100 entries. If I set mine to 1000, I get 1000 lines. If I set it any higher than 1000, I still only get 1000 entries. Does that ring any bells for anyone or jive?# How many LDAP query results to grab for each paged round # Set to under 1000 for Active Directory my $page = Net::LDAP::Control::Paged->new( size => 100 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: ldap query only returning 1k lines
by NetWallah (Canon) on May 13, 2009 at 23:44 UTC | |
by Anonymous Monk on May 14, 2009 at 17:40 UTC | |
by Anonymous Monk on May 14, 2009 at 17:41 UTC | |
by NetWallah (Canon) on May 15, 2009 at 13:52 UTC |