# File lib/active_ldap/operations.rb, line 336
      def to_ldif_record(dn, attributes)
        Ldif::Record.new(dn, attributes)
      end