Hi,
I'm using Net::LDAP to perform some operations on an openldap server.
I'm interested in performing a number of simultaneous operations, O1, O2 .. On. The normal way to do so would be to perform them sequentially with each operation involving at least 1 round trip to the server. I want to perform all of these ops within a single round trip.
Can this be achieved? I'm mostly interested in adding a directory structure 2-3 levels deep in one go.