Module: ActiveLdap::Operations::LDIF::ModifyNameRecordLoadable
- Defined in:
- lib/active_ldap/operations.rb
Instance Method Summary collapse
Instance Method Details
#load(operator, options) ⇒ Object
460 461 462 463 |
# File 'lib/active_ldap/operations.rb', line 460 def load(operator, ) operator.modify_rdn_entry(dn, new_rdn, delete_old_rdn?, new_superior, {:controls => controls}.merge()) end |