module ActiveLdap::Operations::LDIF::ModifyRecordLoadable::AddOperationModifiable
def to_modify_entries
def to_modify_entries attributes.collect do |key, value| [:add, key, value] end end
def to_modify_entries attributes.collect do |key, value| [:add, key, value] end end