Module: ActiveLdap::Operations::LDIF::ModifyNameRecordLoadable

Defined in:
lib/active_ldap/operations.rb

Instance Method Summary collapse

Instance Method Details

#load(operator, options) ⇒ Object



443
444
445
446
# File 'lib/active_ldap/operations.rb', line 443

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