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