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