module ActiveLdap::Operations::LDIF::DeleteRecordLoadable

def load(operator, options)

def load(operator, options)
  operator.delete_entry(dn, {:controls => controls}.merge(options))
end