[Source]
# File lib/active_ldap/operations.rb, line 359 359: def load(operator, options) 360: entries = attributes.collect do |key, value| 361: [:add, key, value] 362: end 363: options = {:controls => controls}.merge(options) 364: operator.modify_entry(dn, entries, options) 365: end
[Validate]