Problem: Recently created Users can not Logon to SAML related Services

Problem

Newly created users can not logon to the configured SAML portal services while the connection to Nextcloud works fine.
Existing users can use SAML services without any issues.

Solution

Delete the user and recreate it through ucs@school.

Root Cause

The user got created in the UMC user management module instead of being created through the ucs@school user module. Therefore attributes where missing.

To compare two users check differences of two users
diff `univention-ldapsearch uid=GOODUSER` `univention-ldapsearch uid=BADUSER`
which possibly shows several missing attributes for the newly created user.

Mastodon