daad702 Fix migration to work between v2 servers and remove search/size limits.

Authored and Committed by rcritten 12 years ago
    Fix migration to work between v2 servers and remove search/size limits.
    
    Migration from a v2 server would fail because of our fake memberofindirect
    attribute. This isn't in any objectclass so would cause entries to fail
    to migrate. We can safely just remove it.
    
    Also remove any limits on time/size when searching for entries on the
    remote server. Otherwise only the number of entries configured in the
    local IPA server can be migrated.
    
    ticket 1124
    
        
file modified
+14 -6