I\'d like to start with a code() method that tries to mimic the Net::LDAP one and
I assume you mean better error handling ?
I\'d like to extend the Net::LDAP::Entry->update() method so that it takes a Net::LDAP::LDIF object as an argument. The latter one requires a bit of work in Net::LDAP::LDIF to make it correct.
Not sure about this one. ::LDIF returns ::Entry objects, so I do not understand why you want to pass it to a single entry object.. Or did you mean extend Net::LDAP->update ?
P.S: I have implemented a few more controls and will upload them to SVN by the end of the week.
Great
Graham.
