in reply to Re: Net::LDAP Sizelimit exceeded error
in thread Net::LDAP Sizelimit exceeded error

wow Net::LDAPiranah is cool! I will try it. I like the name too!
  • Comment on Re: Re: Net::LDAP Sizelimit exceeded error

Replies are listed 'Best First'.
Re^3: Net::LDAP Sizelimit exceeded error
by Anonymous Monk on Sep 14, 2007 at 10:55 UTC
    what my problem is that when i run my program in perl on unix platform..i get the error message Sizelimit exceeded can any one help..thanks in advance
      Remove die in this line. I got similiar error. it is giving max. of 1000 entries. die $search->error if $search->code;