Hi guys,

the modifyDN operation has been splitted in 3 basic operations in the
LdapConnection class :
- move (the RDN is modified)
- rename (the superior DN is modified)
- modifyDn : any of the two previous operation plus a third one, move and
rename

This is not very convenient, as the third operation is mainly used when one
want to use a ModifyDnRequest object, it was not designed from day one to
cover the 'move and rename' operation.

I will add a moveAndRename operation to have a complete set of methods
covering the ModDN semantic.

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to