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