# File lib/active_ldap/adapter/jndi.rb, line 72 def modify(dn, entries, options={}) super do |dn, entries| info = {:dn => dn, :attributes => entries} execute(:modify, info, dn, parse_entries(entries)) end end