# 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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.