Problem: AppleSchoolManager App Maps Attributes Wrong

Problem

The Apple School Manager app maps attributes incorrectly.
The “firstname” contains the username while the “lastname” attribute is empty.

Environment

The ucr- variables looks similar to the following:
Bildschirmfoto vom 2020-12-11 15-07-12

Solution

Option 1

Disable anonymization.

ucr set asm/attributes/staff/anonymize=no
ucr set asm/attributes/student/anonymize=no

Thus, local usernames will be used for ASM.

Option 2

Keep anonymization but choose a different mapping.
Currently it is set to %uid:

asm/attributes/student/anonymize/first_name=%uid
asm/attributes/student/anonymize/last_name=-

You might use any attribute from univention-ldapsearch.

Sofern Sie die Anonymisierungsoptionen nicht benötigen, deaktivieren Sie diese am besten so:

ucr set asm/attributes/staff/anonymize=no
ucr set asm/attributes/student/anonymize=no
asm mappt falsch, firstname ist Benutzername, lastname ist leer.

Mastodon