Skip to content
  • Thomas Sibley's avatar
    Search result paging · 9c4e06ec
    Thomas Sibley authored
    Adds $LDAPSizeLimit which controls the page size requested by the
    importer.  This lets us work with servers where the result set size
    limit can't be increased.  If $LDAPSizeLimit is 0 or unset, no paging is used.
    
    API change: _run_search now returns an array of Net::LDAP::Entry objects
    instead of a Net::LDAP::Search object.
    9c4e06ec