[Source]
# File lib/active_ldap/operations.rb, line 412 412: def load(operator, options) 413: entries = attributes.collect do |key, value| 414: [:add, key, value] 415: end 416: options = {:controls => controls}.merge(options) 417: operator.modify_entry(dn, entries, options) 418: end
[Validate]