From: Lance U. <la...@ve...> - 2002-03-25 19:08:13
|
I am using Net::LDAP 0.22 to connect to a win2k Active Directory. I do the bind which works great, then do a search. Windows sends the results broken up into multiple packets. Net::LDAP reports $mesg->code = LDAP_PARTIAL_RESULTS, which makes sense. How do I get the packets combined into a single result? Do I have to change something on the win2k side, or can I do something using Net::LDAP to make sense of the results? or is this fixed in a later version of Net::LDAP? Thanks for the help, Lance |