module ActiveLdap::Operations::LDIF::ModifyNameRecordLoadable
Public Instance Methods
Source
# File lib/active_ldap/operations.rb, line 454 def load(operator, options) operator.modify_rdn_entry(dn, new_rdn, delete_old_rdn?, new_superior, {:controls => controls}.merge(options)) end