# File lib/active_ldap/operations.rb, line 387
      def to_ldif(dn, attributes)
        Ldif.new([to_ldif_record(dn, attributes)]).to_s
      end