module ActiveLdap::Operations::LDIF::ModifyNameRecordLoadable

def load(operator, options)

def load(operator, options)
  operator.modify_rdn_entry(dn, new_rdn, delete_old_rdn?, new_superior,
                            {:controls => controls}.merge(options))
end