class ActiveLdap::Schema::Entry

def <=>(other)

def <=>(other)
  name <=> other.name
end