module ActiveLdap::Operations::LDIF

def to_ldif(dn, attributes)

def to_ldif(dn, attributes)
  Ldif.new([to_ldif_record(dn, attributes)]).to_s
end