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