# File lib/active_ldap/adapter/jndi.rb, line 59 def delete(targets, options={}) super do |target| execute(:delete, {:dn => target}, target) end end