Hi Graham, hi Chris, hi list,
I would like to rework Net::LDAP::LDIF a bit so that its API
resembles that of Net::LDAP a bit more while still keeping the
traditional API.
The reason for this is that in application I often need to
distinguish between Net::LDAP and Net::LDAP::LDIF because
some methods are only implemented on one side.
I\'d like to start with a code() method that tries to mimic the
Net::LDAP one and 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.
Any objections ?
Further ideas, ... welcome.
CU
Peter
P.S: I have implemented a few more controls and will upload
them to SVN by the end of the week.