class ActiveLdap::EntryAttribute

def exist?(name)

def exist?(name)
  not normalize(name).nil?
end