module ActiveLdap::Operations::LDIF::ContentRecordLoadable
Public Instance Methods
Source
# File lib/active_ldap/operations.rb, line 429 def load(operator, options) operator.add_entry(dn, attributes, options) end
# File lib/active_ldap/operations.rb, line 429 def load(operator, options) operator.add_entry(dn, attributes, options) end