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