# File lib/active_ldap/adapter/ldap.rb, line 101 def load(ldifs, options={}) super do |ldif| LDAP::LDIF.parse_entry(ldif).send(@connection) end end