YaleSTC / yaleldap

Ruby Gem to connect to Yale's LDAP more easily.
MIT License
2 stars 2 forks source link

"School" still isn't returning anything #10

Closed caseywatts closed 10 years ago

caseywatts commented 10 years ago

The "school" attribute is trying to look up the person's school affiliation such as Yale College or School of Medicine, etc.

We're looking up by organizationName right now but that doesn't return "Yale College" for undergraduates I search for. I want whatever "Division" is in the phonebook, that's where the school affiliation usually is.

Reservations uses "curriculumshortname" but I think I'd like the long name if possible.

We might also want the field "school_abbreviation"?

caseywatts commented 10 years ago

Found it!

"school" => "o" "school_abbreviation" => "curriculumshortname"

caseywatts commented 10 years ago

updated the gem, released 1.0.5!