[Source]
# File lib/active_ldap/operations.rb, line 396 396: def load(operator, options) 397: entries = attributes.collect do |key, value| 398: [:add, key, value] 399: end 400: options = {:controls => controls}.merge(options) 401: operator.modify_entry(dn, entries, options) 402: end
[Validate]