[Source]
# File lib/active_ldap/operations.rb, line 414 414: def load(operator, options) 415: operator.modify_rdn_entry(dn, new_rdn, delete_old_rdn?, new_superior, 416: {:controls => controls}.merge(options)) 417: end
[Validate]