class ActiveLdap::Adapter::Ldap

def simple_bind(bind_dn, options={})

def simple_bind(bind_dn, options={})
  super do |_bind_dn, password|
    execute(:bind, {:dn => _bind_dn}, _bind_dn, password)
    true
  end
end