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