![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^3: Comparing ldap data using net ldapby strat (Canon) |
on Jan 27, 2007 at 11:04 UTC ( #596858=note: print w/replies, xml ) | Need Help?? |
I haven't tried Net::LDAP::LDIF with several million entries, but I think it can do it. For writing the objects to the LDIF you don't need callbacks from Net::LDAP::LDIF, only the callback from Net::LDAP::Search could be a good idea. If you dump your search result in a sorted way, you can read the objects one-by-one from the LDIF with a code similar to the synopsis from Net::LDAP::LDIF.
Best regards,
In Section
Seekers of Perl Wisdom
|
|