Methods

Class Index [+]

Quicksearch

ActiveLdap::Operations::LDIF::AddRecordLoadable

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.