Skip to content

Fix ldap membership detection (students >2019).

Johannes Zumthurm requested to merge fix_ldap_membership_detection into master

Created by: NotSpecial

As of fall 2019, the LDAP data for students has changed. The general string from which we detect membership has moved from the departmentNumber field to the (new) description field. Unfortunately, the info for all previous students is still in the departmentNumber field, thus we now check which of both fields is in use before parsing.

Merge request reports

Loading