Problem: Computer room isn't showing up in "Education" -> "Computer room"

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
1 Like

This topic was automatically closed after 24 hours. New replies are no longer allowed.

Mastodon