unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

Names are being displayed wrong #933

Closed mfairchild365 closed 5 years ago

mfairchild365 commented 6 years ago

This is due to a recent LDAP change, that will likely be fixed on soon (but I don't have an ETA).

The issue is that the eduPersonNickname is always set to the first and last name. So, when a user logs in with CAS, we run into problems https://github.com/unlcms/UNL-CMS/blob/develop/sites/all/modules/unl_cas/unl_cas.module#L338

As far as I can tell, this is only visible when authoring information is displayed, such as http://wdn.unl.edu/blog - "Jian Huar Lock Lock"

It might be best to wait a week to see if LDAP is fixed before fixing it here.