class ActiveLdap::Association::Proxy

def exists?

def exists?
  load_target
  not @target.nil?
end