Problem
A created computer room is visible in
School administration → Room management
but not available in
Education → Computer room.
Solution
-
Make sure the ucsschoolRole attributes are present
univention-ldapsearch -LLL cn='<schoolname>-<roomname>' | grep ucsschoolRole
-
We missed the attribute
ucsschoolRole: veyon-backend:school:-
-
Add the missing attribute
ldapmodify -x -D "cn=admin,$(ucr get ldap/base)" -y /etc/ldap.secret <<EOR
dn: cn=<schoolname>-<roomname>,cn=raeume,cn=groups,ou=<schoolname>,$(ucr get ldap/base)
changetype: modify
add: ucsschoolRole
ucsschoolRole: veyon-backend:school:-
EOR