+++ This bug was initially created as a clone of Bug #55455 +++ A validation error happens in the school library, when the OU part of a school class (or work group) name does not case sensitively match the actual OU name. --------------------------------------------------------------------------------- ValueError: Missing school prefix in name: SchoolClass(name='DemoSchool-1a', school='DEMOSCHOOL', dn=u'cn=DemoSchool-1a,cn=klassen,cn=schueler,cn=groups,ou=DEMOSCHOOL,$LDAP_BASE'). --------------------------------------------------------------------------------- The "ou" is searched/compared case insensitively in LDAP, and should thus also be compared case insensitively in Python.
Has been released with Kelvin app version 1.8.1 in december.