You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 'ritDn' parser for active member export button
As of 2018-09-01 the ritDn field in LDAP contains data in the following
format:
ABC1234
Rather than the older (and incorrect in terms of DNs) format:
uid=ABC1234,ou=people,dc=rit,dc=edu
This fixes an issue where accounts created under the new FreeIPA
infrastructure would populate the ritDn field with the uid of the member
in respect to their RIT account, but not in a full dn format.
0 commit comments